summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
committertv <tv@pkgsrc.org>1998-07-24 01:56:59 +0000
commita75a2272cdba8bba4c8412d13c47b6c1654fca7a (patch)
tree4a3f1ba6717b1a2d9f43df9e1780b9595d3a5437 /devel
parent519925679a875824eb9fc2abd0338a15730e86e1 (diff)
downloadpkgsrc-a75a2272cdba8bba4c8412d13c47b6c1654fca7a.tar.gz
Update to use USE_LIBTOOL.
Diffstat (limited to 'devel')
-rw-r--r--devel/libslang/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile
index aaf94855bb9..dbdd5f52847 100644
--- a/devel/libslang/Makefile
+++ b/devel/libslang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1998/07/15 14:15:59 tv Exp $
+# $NetBSD: Makefile,v 1.10 1998/07/24 01:57:00 tv Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp
#
@@ -9,10 +9,8 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/slang/
MAINTAINER= packages@netbsd.org
-BUILD_DEPENDS= ${PREFIX}/bin/libtool:../../devel/libtool
-
GNU_CONFIGURE= yes
-MAKE_ENV= LIBTOOL=${PREFIX}/bin/libtool
+USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/slang
.include "../../mk/bsd.pkg.mk"