[91653] trunk/dports/graphics/ale/Portfile

jmr at macports.org jmr at macports.org
Sat Apr 7 00:34:56 PDT 2012


Revision: 91653
          https://trac.macports.org/changeset/91653
Author:   jmr at macports.org
Date:     2012-04-07 00:34:56 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
ale: add pkgconfig dep

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

Modified: trunk/dports/graphics/ale/Portfile
===================================================================
--- trunk/dports/graphics/ale/Portfile	2012-04-07 07:29:48 UTC (rev 91652)
+++ trunk/dports/graphics/ale/Portfile	2012-04-07 07:34:56 UTC (rev 91653)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem		1.0
+
 name            	ale
 version         	0.8.7
 
@@ -18,13 +19,14 @@
 maintainers     	nomaintainer
 master_sites		http://auricle.dyndns.org/ALE/download/:ale \
 			http://auricle.dyndns.org/ALE/bugs/:alepatch
-distfiles		ale-${version}.tar.gz:ale 
+distfiles		ale-${version}.tar.gz:ale
 
-extract.only		ale-${version}.tar.gz 
+extract.only		ale-${version}.tar.gz
 worksrcdir		ale-${version}
 checksums		ale-${version}.tar.gz md5 d9e9aaf7896cfa74e8d75159e1ee2817
 
-depends_lib		lib:Magick:ImageMagick 
+depends_build   port:pkgconfig
+depends_lib		lib:Magick:ImageMagick
 
 destroot        {
 	xinstall -m 755 -d ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/fb9399df/attachment.html>


More information about the macports-changes mailing list