[64619] trunk/dports/graphics/gd2/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 10 20:41:39 PST 2010


Revision: 64619
          http://trac.macports.org/changeset/64619
Author:   ryandesign at macports.org
Date:     2010-03-10 20:41:35 -0800 (Wed, 10 Mar 2010)
Log Message:
-----------
gd2: use archcheck portgroup to fix #24005

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

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2010-03-11 03:53:58 UTC (rev 64618)
+++ trunk/dports/graphics/gd2/Portfile	2010-03-11 04:41:35 UTC (rev 64619)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               archcheck 1.0
 PortGroup               muniversal 1.0
 
 name                    gd2
@@ -52,6 +53,15 @@
     port:expat \
     port:xpm
 
+archcheck.files             lib/libz.dylib \
+                            lib/libpng.dylib \
+                            lib/libjpeg.dylib \
+                            lib/libfreetype.dylib \
+                            lib/libfontconfig.dylib \
+                            lib/libiconv.dylib \
+                            lib/libexpat.dylib \
+                            lib/libXpm.dylib
+
 patchfiles \
     patch-gdft.c.diff
 
@@ -83,6 +93,7 @@
 variant no_x11 {
     depends_lib-delete \
         port:xpm
+    archcheck.files-delete  lib/libXpm.dylib
     configure.args-append \
         --without-x \
         --without-xpm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100310/606816fb/attachment.html>


More information about the macports-changes mailing list