[105761] trunk/dports/textproc/wv/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 5 03:14:28 PDT 2013


Revision: 105761
          https://trac.macports.org/changeset/105761
Author:   ryandesign at macports.org
Date:     2013-05-05 03:14:27 -0700 (Sun, 05 May 2013)
Log Message:
-----------
wv: ImageMagick is a runtime dependency, not a library dependency

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

Modified: trunk/dports/textproc/wv/Portfile
===================================================================
--- trunk/dports/textproc/wv/Portfile	2013-05-05 09:09:18 UTC (rev 105760)
+++ trunk/dports/textproc/wv/Portfile	2013-05-05 10:14:27 UTC (rev 105761)
@@ -14,13 +14,17 @@
 homepage	http://wvware.sourceforge.net/
 master_sites	sourceforge:wvware
 checksums	md5 c1861c560491f121e12917fa76970ac5
-depends_build	path:bin/pkg-config:pkgconfig
+
+depends_build	port:pkgconfig
+
 depends_lib	path:lib/pkgconfig/glib-2.0.pc:glib2 \
 		port:libgsf \
 		port:libxml2 \
 		port:zlib \
-		port:ImageMagick \
 		port:libpng
+
+depends_run	port:ImageMagick
+
 patch		{
 		reinplace "s|-pedantic||g" ${worksrcpath}/configure
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130505/4d309d1f/attachment.html>


More information about the macports-changes mailing list