diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-12 01:58:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-12 01:58:24 +0000 |
commit | 9f0bc57774cb5406037e52f6236a5a6fbd5019b2 (patch) | |
tree | 0c6ad8cf0a47303f8f9148ba465adf903f2745b1 /textproc/btparse | |
parent | 46df6747a254246987a8ae7df3ca0cb87ccfe8f5 (diff) | |
download | pkgsrc-9f0bc57774cb5406037e52f6236a5a6fbd5019b2.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'textproc/btparse')
-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 |