diff options
author | rh <rh> | 2000-06-01 11:23:11 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-01 11:23:11 +0000 |
commit | 1bfde372432d29d6d682278b393cc3615ff78bbe (patch) | |
tree | f4db68840baeddb31c218281c361ad557f322b95 /games | |
parent | 4d49a98c293812e38fb0f6ff152d6ef1bbede916 (diff) | |
download | pkgsrc-1bfde372432d29d6d682278b393cc3615ff78bbe.tar.gz |
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index b4e54e48046..5da773a65d9 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/05/09 22:00:05 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:25 rh Exp $ DISTNAME= gnome-games-1.0.51 CATEGORIES= games gnome @@ -14,7 +14,7 @@ DEPENDS+= xbill-*:../../games/xbill GNU_CONFIGURE= yes USE_X11BASE= yes -USE_LIBTOOL= yes +USE_PKGLIBTOOL= yes INSTALL_FILE= ${WRKDIR}/INSTALL diff --git a/games/xracer/Makefile b/games/xracer/Makefile index ee9ec33462c..10bcff3889d 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/29 06:36:00 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:26 rh Exp $ # DISTNAME= xracer-0.96.9 @@ -19,7 +19,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ENV+= LDFLAGS="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl" -USE_LIBTOOL= YES +USE_PKGLIBTOOL= YES LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig pre-patch: |