diff options
author | wiz <wiz> | 2000-08-15 23:31:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-15 23:31:47 +0000 |
commit | d146df179e427e1a6d7b5a3cb8868f8e38193d36 (patch) | |
tree | e01116c95d5d229c32ed8780a4f9116523e297d8 /cad | |
parent | eb41456364b76c3a6f0b1a1d593244488190e93c (diff) | |
download | pkgsrc-d146df179e427e1a6d7b5a3cb8868f8e38193d36.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gschem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 1f6bdc32f8d..aeda020fbd2 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:15 rh Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/15 23:31:47 wiz Exp $ # DISTNAME= gschem-${PKGVERSION} @@ -22,7 +22,7 @@ PKGVERSION= 20000220 GNU_CONFIGURE= YES USE_X11BASE= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |