diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-15 14:29:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-15 14:29:13 +0000 |
commit | 8f2e3ca6949f9984a08be781f88e90e024ff157a (patch) | |
tree | 21e650f382b200915d728a0c5ac4ab28f6848a7a /x11/xforms/Makefile | |
parent | 22dd69d8ee7fd512e72132a32421b917bfac2d98 (diff) | |
download | pkgsrc-8f2e3ca6949f9984a08be781f88e90e024ff157a.tar.gz |
USE_LIBTOOL instead of USE_PKGLIBTOOL
Diffstat (limited to 'x11/xforms/Makefile')
-rw-r--r-- | x11/xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index 2c4dcae9a13..9efa6438357 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/08/01 18:03:36 tron Exp $ +# $NetBSD: Makefile,v 1.28 2000/08/15 14:29:13 wiz Exp $ # DISTNAME= bxform-088 @@ -41,7 +41,7 @@ DISTNAME= bxform-088-ELF OBJMACHINE= yes USE_X11BASE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes MAKEFILE= ${FILESDIR}/Makefile PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib |