[60336] trunk/dports/textproc/libxml2/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 9 00:09:18 PST 2009


Revision: 60336
          http://trac.macports.org/changeset/60336
Author:   ryandesign at macports.org
Date:     2009-11-09 00:09:15 -0800 (Mon, 09 Nov 2009)
Log Message:
-----------
libxml2: ensure dependencies are the right architecture; fixes #21583 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/textproc/libxml2/Portfile

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2009-11-09 07:53:59 UTC (rev 60335)
+++ trunk/dports/textproc/libxml2/Portfile	2009-11-09 08:09:15 UTC (rev 60336)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem            1.0
+PortGroup             archcheck 1.0
 
 name                  libxml2
 version               2.7.6
@@ -22,6 +23,9 @@
 
 depends_lib           port:libiconv port:zlib
 
+archcheck.files       lib/libiconv.dylib \
+                      lib/libz.dylib
+
 post-extract {
     reinplace "s|/etc|${prefix}/etc|g" \
         ${worksrcpath}/catalog.c \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091109/d880cf0a/attachment.html>


More information about the macports-changes mailing list