[46725] trunk/dports/print/pdflib/Portfile

jmr at macports.org jmr at macports.org
Tue Feb 10 23:51:56 PST 2009


Revision: 46725
          http://trac.macports.org/changeset/46725
Author:   jmr at macports.org
Date:     2009-02-10 23:51:56 -0800 (Tue, 10 Feb 2009)
Log Message:
-----------
pdflib: do things in the right order so the libtool dep actually gets added

Modified Paths:
--------------
    trunk/dports/print/pdflib/Portfile

Modified: trunk/dports/print/pdflib/Portfile
===================================================================
--- trunk/dports/print/pdflib/Portfile	2009-02-11 07:39:38 UTC (rev 46724)
+++ trunk/dports/print/pdflib/Portfile	2009-02-11 07:51:56 UTC (rev 46725)
@@ -113,9 +113,9 @@
 	}
 }
 
-post-configure {
-    if {[variant_isset universal]} {
-        depends_build-append port:libtool
+if {[variant_isset universal]} {
+    depends_build-append port:libtool
+    post-configure {
         file delete ${worksrcpath}/libtool
         file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090210/8fefc47e/attachment.html>


More information about the macports-changes mailing list