summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrh <rh>2000-06-01 11:23:11 +0000
committerrh <rh>2000-06-01 11:23:11 +0000
commitdf8780b4b147b3022572512cb673ca1324264fa1 (patch)
treef4db68840baeddb31c218281c361ad557f322b95 /games
parenta3721b38f2ff82357431d20e83513ce5a48a749a (diff)
downloadpkgsrc-df8780b4b147b3022572512cb673ca1324264fa1.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/Makefile4
-rw-r--r--games/xracer/Makefile4
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: