diff options
author | minskim <minskim> | 2004-04-12 01:58:24 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-12 01:58:24 +0000 |
commit | f04075d856f52ff1d6eb7895b9597e1ba18b7ea8 (patch) | |
tree | 0c6ad8cf0a47303f8f9148ba465adf903f2745b1 | |
parent | 89e0cc978102a26b56833d2b11c0310bebbe1cab (diff) | |
download | pkgsrc-f04075d856f52ff1d6eb7895b9597e1ba18b7ea8.tar.gz |
Enable pkgviews installation.
-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 |