diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-05 02:13:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-05 02:13:59 +0800 |
commit | d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce (patch) | |
tree | fcb6229753e6533b41500741da36945eae9abfff /x11-toolkits | |
parent | 5a88a8ba186cd8b622dcb6368943fb89db3facb1 (diff) | |
download | marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.gz marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.bz2 marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.lz marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.xz marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.tar.zst marcuscom-ports-d2dae6a7584f51a70c366e5e8a0d0d4e4149c8ce.zip |
Chase after new autotools world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14927 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index c598cad4b..431df6525 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.209 2010/11/15 21:17:48 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.211 2010/11/30 22:55:02 kwm Exp $ # PORTNAME= gtk @@ -39,7 +39,7 @@ USE_GMAKE= yes USE_PERL5_BUILD=yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack USE_GETTEXT= yes USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 82d31cad3..faea7971a 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.11 2010/12/01 00:29:37 kwm Exp $ # PORTNAME= gtk @@ -39,7 +39,7 @@ USE_GMAKE= yes USE_PERL5_BUILD=yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GNOME= gnomehack atk pango gdkpixbuf2 ltverhack USE_GETTEXT= yes USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ |