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 | |
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')
-rw-r--r-- | x11/gnome-desktop/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-menus/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnomekbd/Makefile | 4 | ||||
-rw-r--r-- | x11/libxklavier/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 5bc155c80..4af5d242b 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop/Makefile,v 1.160 2009/06/16 12:33:34 kwm Exp $ +# $MCom: ports/x11/gnome-desktop/Makefile,v 1.161 2009/07/19 08:20:41 avl Exp $ # PORTNAME= gnome-desktop @@ -32,7 +32,7 @@ USE_BISON= build USE_PYTHON= yes INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 31cfe683a..1a2d468e0 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/x11/gnome-menus/Makefile,v 1.7 2009/04/15 17:32:15 kwm Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.94 2009/07/19 12:14:59 avl Exp $ # PORTNAME= gnome-menus @@ -19,7 +19,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_PYTHON= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index a25c88a4b..2bffed7e6 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.201 2009/07/19 14:18:12 kwm Exp $ # PORTNAME= gnome-panel @@ -32,7 +32,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --disable-network-manager \ --enable-polkit CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index 588b99520..139acb2eb 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/libgnomekbd/Makefile,v 1.32 2009/07/06 04:34:32 marcus Exp $ +# $MCom: ports/x11/libgnomekbd/Makefile,v 1.33 2009/07/19 13:56:07 kwm Exp $ # PORTNAME= libgnomekbd @@ -20,7 +20,7 @@ LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier \ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack ltverhack gconf2 libglade2 -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 INSTALLS_ICONS= yes USE_GETTEXT= yes USE_LDCONFIG= yes diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index a981f3139..e5726c215 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/libxklavier/Makefile,v 1.49 2009/07/04 15:04:16 kwm Exp $ # PORTNAME= libxklavier @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack libxml2 glib20 ltverhack:12 USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --disable-doxygen \ --with-xkb-base=${LOCALBASE}/share/X11/xkb \ |