diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-03 17:44:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-03 17:44:17 +0000 |
commit | e4650c1eb5845bee7b5e1c3f3991dd81d36ba92f (patch) | |
tree | 17ff18c08064d867db2d770c607d8cc524515387 /devel/pcre++ | |
parent | 2f188b5dbb60c3fb9d9dc7fc8d8f9dace8ae0752 (diff) | |
download | pkgsrc-e4650c1eb5845bee7b5e1c3f3991dd81d36ba92f.tar.gz |
pkglint cleanup.
XXX: package obsolete after pcre-6.2 includes c++ interface?
Diffstat (limited to 'devel/pcre++')
-rw-r--r-- | devel/pcre++/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index b7b4a6b4712..ebddd51f615 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/07/12 19:57:57 kristerw Exp $ +# $NetBSD: Makefile,v 1.4 2005/08/03 17:44:17 wiz Exp $ # DISTNAME= pcre++-0.9.5 @@ -8,11 +8,10 @@ MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/pcre++/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= ftp://ftp.daemon.de/scip/Apps/pcre++/ -COMMENT= wrapper class around the pcre library +COMMENT= Wrapper class around the pcre library USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= yes .include "../../devel/pcre/buildlink3.mk" |