[43589] trunk/dports/x11/AfterStep/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Dec 11 23:49:30 PST 2008


Revision: 43589
          http://trac.macports.org/changeset/43589
Author:   jeremyhu at macports.org
Date:     2008-12-11 23:49:30 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
Afterstep: Removed dependencies that are redundant (already brought in by gtk2) and unneeded configure options (freetype isn't being found on Leopard... see bug #17545).  Dev timeout.

Modified Paths:
--------------
    trunk/dports/x11/AfterStep/Portfile

Modified: trunk/dports/x11/AfterStep/Portfile
===================================================================
--- trunk/dports/x11/AfterStep/Portfile	2008-12-12 07:46:09 UTC (rev 43588)
+++ trunk/dports/x11/AfterStep/Portfile	2008-12-12 07:49:30 UTC (rev 43589)
@@ -25,23 +25,18 @@
 
 depends_build	port:pkgconfig
 
-depends_lib	lib:libX11.6:XFree86 port:jpeg port:libpng 	\
-		port:freetype port:tiff port:libungif port:gtk2 \
-		port:librsvg
+depends_lib \
+        port:libungif \
+        port:gtk2 \
+        port:librsvg
 
 configure.args	--mandir=${prefix}/share/man 		\
 		--infodir=${prefix}/share/info		\
 		--enable-i18n --with-ungif --with-x 	\
-		--with-svg				\
-		--with-gif-includes=${prefix}/include	\
-		--with-tiff-includes=${prefix}/include	\
-		--with-jpeg-includes=${prefix}/include	\
-		--with-png-includes=${prefix}/include	\
-		--with-ttf-includes=${prefix}/include
+		--with-svg				
 
 platform darwin	{
 	configure.ldflags-append	"-bind_at_load"
-	configure.env	PKG_CONFIG=${prefix}/bin/pkg-config
 	patchfiles	patch-parser.c
 	pre-configure	{
 		reinplace "s|-rdynamic|-dynamic|g" 	    \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081211/a7c603ae/attachment.html>


More information about the macports-changes mailing list