diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-20 03:46:49 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-20 03:46:49 +0800 |
commit | 96d2a1021b3449053479ee405ef22dbc6dccfaa9 (patch) | |
tree | 3469cfd1269762d1b2fba177eef4f5ad0a32bb34 /x11-toolkits | |
parent | a0cbb4ca0bce7b29aafc1b3d36eb70c1f9adff2e (diff) | |
download | marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar.gz marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar.bz2 marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar.lz marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar.xz marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.tar.zst marcuscom-ports-96d2a1021b3449053479ee405ef22dbc6dccfaa9.zip |
Replace libtool:15 with libtool:22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview2/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 2805745a8..7f2a357e8 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.160 2009/07/18 16:03:50 mezz Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.161 2009/07/18 20:06:14 kwm Exp $ # PORTNAME= gtk @@ -39,7 +39,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ USE_GMAKE= yes USE_PERL5= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index a7aeeb83c..c14b32f65 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.74 2009/05/27 16:02:28 kwm Exp $ # PORTNAME= gtksourceview2 @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes USE_GNOME= gnomeprefix gnomehack gtk20 libxml2 intlhack \ ltverhack referencehack diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 82a665257..afc41dfcc 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/x11-toolkits/libwnck/Makefile,v 1.3 2009/04/15 17:27:23 kwm Exp $ +# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.119 2009/07/19 12:31:47 avl Exp $ # PORTNAME= libwnck @@ -28,7 +28,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack USE_BISON= build USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |