summaryrefslogtreecommitdiff
path: root/devel/isect/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-14 17:31:01 +0000
committerwiz <wiz@pkgsrc.org>2000-08-14 17:31:01 +0000
commitba733b008b8df8715c2b6737a9b2fc18f6eca943 (patch)
tree22cb562fcb74b13e49dfb8b1f8e36b4944605960 /devel/isect/Makefile
parentaee86938daada79b881666c96d2ada3e9e1d8a3c (diff)
downloadpkgsrc-ba733b008b8df8715c2b6737a9b2fc18f6eca943.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> minus one patch.
Diffstat (limited to 'devel/isect/Makefile')
-rw-r--r--devel/isect/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/isect/Makefile b/devel/isect/Makefile
index e34cc168c69..3684e22f330 100644
--- a/devel/isect/Makefile
+++ b/devel/isect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:21 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/14 17:31:01 wiz Exp $
#
DISTNAME= isect-1.0
@@ -11,7 +11,8 @@ HOMEPAGE= http://home.netcom.com/~tgagne/
DEPENDS+= libwww-5.*:../../www/libwww
GNU_CONFIGURE= yes
-USE_PKGLIBTOOL= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
CPPFLAGS+= -I${LOCALBASE}/include # for w3c-libwww/WWWlib.h
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"