[49251] trunk/dports/games/teg/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 00:33:42 PDT 2009


Revision: 49251
          http://trac.macports.org/changeset/49251
Author:   ryandesign at macports.org
Date:     2009-04-06 00:33:41 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
teg: pkgconfig and autoconf are build dependencies, not library dependencies, and make sure the MacPorts versions get used; fixes #19080 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/games/teg/Portfile

Modified: trunk/dports/games/teg/Portfile
===================================================================
--- trunk/dports/games/teg/Portfile	2009-04-06 07:31:49 UTC (rev 49250)
+++ trunk/dports/games/teg/Portfile	2009-04-06 07:33:41 UTC (rev 49251)
@@ -19,11 +19,13 @@
 configure.args	--sysconfdir=${destroot}${prefix}/etc
 configure.cppflags-append	"-I${prefix}/include/libxml2"
 
+depends_build \
+	path:bin/autoconf:autoconf \
+	path:bin/pkg-config:pkgconfig
+
 depends_lib	\
-	bin:autoconf:autoconf \
 	bin:gettext:gettext \
 	bin:makeinfo:texinfo \
-	bin:pkg-config:pkgconfig \
 	lib:fontconfig:fontconfig \
 	lib:libart_lgpl_2:libart_lgpl \
 	lib:libatk-1.0:atk \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/276ac226/attachment.html>


More information about the macports-changes mailing list