Submitted by: jmpp@

Reviewed by:    jmpp@
Approved by:    jmpp@

Include an explicit dependency on libiconv, some OSen might not ship with it.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10263 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Juan Manuel Palacios
2005-01-06 23:56:30 +00:00
parent df74b7eef5
commit d554b3b074
+3 -2
View File
@@ -1,4 +1,4 @@
# $Id: Portfile,v 1.2 2005/01/05 05:49:15 jmpp Exp $
# $Id: Portfile,v 1.3 2005/01/06 23:56:30 jmpp Exp $
PortSystem 1.0
@@ -29,7 +29,8 @@ distfiles-append mimelib-${mimelib_release}${extract.suffix}
checksums ${distname}${extract.suffix} md5 393391e4c2489fb1c76c5f7c8e9bb099 \
mimelib-${mimelib_release}${extract.suffix} md5 f50d492e9bae694b449033a188afb770
depends_lib lib:libxslt.1:libxslt
depends_lib lib:libiconv:libiconv \
lib:libxslt.1:libxslt
post-extract { file rename ${workpath}/mimelib ${workpath}/${distname} }