summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorgrant <grant>2004-06-14 00:26:25 +0000
committergrant <grant>2004-06-14 00:26:25 +0000
commit112e23763e6e072fdbe2050f6ded5c40d32c0458 (patch)
tree3742ac6b4721055b456154b559b000867a6150e2 /devel/libtool-base
parentec9fff85588689358a056e79cb037e5cc21d099c (diff)
downloadpkgsrc-112e23763e6e072fdbe2050f6ded5c40d32c0458.tar.gz
fix an obvious botch-up:
s/5~CONFIGURE_ARGS/CONFIGURE_ARGS/
Diffstat (limited to 'devel/libtool-base')
-rw-r--r--devel/libtool-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index fe1888cfa01..405a0e93f1f 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2004/06/03 23:31:53 jschauma Exp $
+# $NetBSD: Makefile,v 1.36 2004/06/14 00:26:25 grant Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
@@ -27,7 +27,7 @@ DEPENDS+= c++rt0>=1.0:../../sysutils/c++rt0
.if ${OPSYS} == "NetBSD"
. if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
-5~CONFIGURE_ARGS= --disable-shared
+CONFIGURE_ARGS= --disable-shared
BUILD_SHLIBTOOL= NO
. endif
.else