diff options
author | wiz <wiz> | 2000-08-14 18:32:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-14 18:32:17 +0000 |
commit | 963ef1ef7d77446a918847c8370fd1a241b193e4 (patch) | |
tree | 1ac58f5326d7f6f970c5ab7e600ac25931c2a5de /graphics/g3d/Makefile | |
parent | 6699b485a2b9f8fd3f793860923c64052e0399e9 (diff) | |
download | pkgsrc-963ef1ef7d77446a918847c8370fd1a241b193e4.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 |