From df8780b4b147b3022572512cb673ca1324264fa1 Mon Sep 17 00:00:00 2001 From: rh Date: Thu, 1 Jun 2000 11:23:11 +0000 Subject: 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. --- games/gnome-games/Makefile | 4 ++-- games/xracer/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'games') 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: -- cgit v1.2.3