diff options
Diffstat (limited to 'textproc/btparse/Makefile')
-rw-r--r-- | textproc/btparse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 18e1c5a62e4..0bf6cf18218 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/11 07:14:05 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/12 01:58:24 minskim Exp $ # DISTNAME= btparse-0.33 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://starship.python.net/~gward/btOOL/ COMMENT= BibTeX parsing library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_PERL5= build USE_BUILDLINK3= YES GNU_CONFIGURE= YES |