diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-27 03:41:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-27 03:41:37 +0000 |
commit | bb12a6fae124de5125b72bec86fa4bd6fcf02588 (patch) | |
tree | 286a2d9292a90aa38dc35ee6a709b8272179551f /devel/pcre | |
parent | 33a27ee75b4a98d618358776cfab20db86f9cc17 (diff) | |
download | pkgsrc-bb12a6fae124de5125b72bec86fa4bd6fcf02588.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 7 |
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" |