diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 18:32:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 18:32:17 +0000 |
commit | 953859d9e9a372511c57c8679bad64ed88c4c679 (patch) | |
tree | 1ac58f5326d7f6f970c5ab7e600ac25931c2a5de /graphics/g3d/Makefile | |
parent | a3bddc7984754812188a8bbbedf3f8f67b7ebffa (diff) | |
download | pkgsrc-953859d9e9a372511c57c8679bad64ed88c4c679.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'graphics/g3d/Makefile')
-rw-r--r-- | graphics/g3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index c6652dde308..85f968459f4 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:27 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 18:32:17 wiz Exp $ # DISTNAME= g3d-0.0.2 @@ -12,7 +12,7 @@ DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea WRKSRC= ${WRKDIR}/g3d -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES USE_GMAKE= YES USE_X11BASE= YES GNU_CONFIGURE= YES |