diff options
author | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
commit | 65a932dba986c3488c19dbdecf419fa033336d1c (patch) | |
tree | af7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/regexx/Makefile | |
parent | 197ed63787aa7c4786272167df6c6c10637fa0bb (diff) | |
download | pkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/regexx/Makefile')
-rw-r--r-- | textproc/regexx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/regexx/Makefile b/textproc/regexx/Makefile index c22f4a75ec2..f1fe9ce43db 100644 --- a/textproc/regexx/Makefile +++ b/textproc/regexx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/02/14 17:21:53 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/04 23:46:37 snj Exp $ # DISTNAME= regexx-0.98.1 @@ -9,10 +9,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://bazar.conectiva.com.br/~niemeyer/projects/regexx/ COMMENT= C++ regular expression library -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES GNU_CONFIGURE= YES -.include "../../devel/pcre/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |