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

ryandesign at macports.org ryandesign at macports.org
Thu Apr 7 21:32:15 PDT 2011


Revision: 77658
          http://trac.macports.org/changeset/77658
Author:   ryandesign at macports.org
Date:     2011-04-07 21:32:15 -0700 (Thu, 07 Apr 2011)
Log Message:
-----------
exiv2: no longer need to use libtool port since the included libtool is now new enough to build universal binaries on its own; see #27525

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

Modified: trunk/dports/graphics/exiv2/Portfile
===================================================================
--- trunk/dports/graphics/exiv2/Portfile	2011-04-08 03:32:11 UTC (rev 77657)
+++ trunk/dports/graphics/exiv2/Portfile	2011-04-08 04:32:15 UTC (rev 77658)
@@ -26,8 +26,6 @@
                  --with-zlib=${prefix}				\
                  --with-expat=${prefix}
 
-depends_build    port:libtool
-
 depends_lib      port:expat \
                  port:gettext \
                  port:libiconv \
@@ -36,9 +34,6 @@
 destroot.destdir prefix=${destroot}${prefix}
 
 post-configure {
-	# It's too much of a PITA to autoreconf
-	delete ${worksrcpath}/libtool
-	ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool
 	reinplace -E {s|-arch [a-z0-9_]+||g} ${worksrcpath}/config/exiv2.pc
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110407/f19611cc/attachment.html>


More information about the macports-changes mailing list