summaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index bcfa8a41f80..0202777e7f5 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/05/14 12:55:30 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/27 03:41:37 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/07/12 22:59:19 steve Exp $
DISTNAME= pcre-3.4
@@ -11,9 +11,10 @@ MAINTAINER= proff@netbsd.org
HOMEPAGE= http://www.pcre.org/
COMMENT= Perl Compatible Regular Expressions library
-GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"