diff options
author | hubertf <hubertf> | 2000-08-17 00:39:37 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-17 00:39:37 +0000 |
commit | a1589405e491a35398c007da19870976665d5cd4 (patch) | |
tree | ae0d6c3e580e0c14c6e34220cdd7a00bcede57c4 /devel/cdk/Makefile | |
parent | 332c49f9bf5a846acbf77c3513c28ebe906e91a1 (diff) | |
download | pkgsrc-a1589405e491a35398c007da19870976665d5cd4.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'devel/cdk/Makefile')
-rw-r--r-- | devel/cdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index ba1d570299d..09d4e1ea7dd 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:20 rh Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/17 00:39:37 hubertf Exp $ # DISTNAME= latestCDK @@ -13,7 +13,7 @@ HOMEPAGE= http://www.vexus.ca/CDK.html BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include # for ncurses.h CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" |