[41294] trunk/dports/graphics/exiv2/Portfile

ricci at macports.org ricci at macports.org
Wed Oct 29 16:09:58 PDT 2008


Revision: 41294
          http://trac.macports.org/changeset/41294
Author:   ricci at macports.org
Date:     2008-10-29 16:09:57 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
add configure.args to make sure we pick up the MP installed bits
add missing dependencies

Modified Paths:
--------------
    trunk/dports/graphics/exiv2/Portfile

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2008-10-29 21:36:55 UTC (rev 41293)
+++ trunk/dports/graphics/exiv2/Portfile	2008-10-29 23:09:57 UTC (rev 41294)
@@ -16,7 +16,13 @@
 long_description Exiv2 comprises of a C++ library and a command line utility \
                  which allows you to manipulate EXIF and IPTC image metadata.
 
-depends_lib      port:gettext \
+configure.args   --with-libiconv-prefix=${prefix}	\
+                 --with-libintl-prefix=${prefix}	\
+                 --with-zlib=${prefix}				\
+                 --with-expat=${prefix}
+
+depends_lib      port:expat \
+                 port:gettext \
                  port:libiconv \
                  port:zlib
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081029/bbfe5fc3/attachment.html>


More information about the macports-changes mailing list