[45027] trunk/dports/graphics/libwmf/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 6 13:36:08 PST 2009


Revision: 45027
          http://trac.macports.org/changeset/45027
Author:   jeremyhu at macports.org
Date:     2009-01-06 13:36:07 -0800 (Tue, 06 Jan 2009)
Log Message:
-----------
libwmf: Only do mkfontdir for the x11 variant

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

Modified: trunk/dports/graphics/libwmf/Portfile
===================================================================
--- trunk/dports/graphics/libwmf/Portfile	2009-01-06 21:04:09 UTC (rev 45026)
+++ trunk/dports/graphics/libwmf/Portfile	2009-01-06 21:36:07 UTC (rev 45027)
@@ -25,8 +25,7 @@
 depends_build \
         port:autoconf \
         port:automake \
-        port:libtool \
-        port:mkfontdir
+        port:libtool
 
 depends_lib \
 	port:zlib \
@@ -55,6 +54,8 @@
 
 variant x11 description {Enable X11 support} {
 	depends_lib-append	lib:libX11.6:xorg-libX11
+	depends_build-append	port:mkfontdir
+
 	configure.args-delete	--without-x
 	configure.args-append	--with-x
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090106/8020b4a4/attachment.html>


More information about the macports-changes mailing list