diff options
author | schwarz <schwarz> | 2006-02-26 13:48:31 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2006-02-26 13:48:31 +0000 |
commit | e1be1897059029b5171b3c21d36bedd6e4a18cad (patch) | |
tree | 5aa331ef00e5f68360053e0ea9af5a2e7e522295 /textproc/bibclean/Makefile | |
parent | 5397c20126e905479c7dbd973cabbfa6b85f5d39 (diff) | |
download | pkgsrc-e1be1897059029b5171b3c21d36bedd6e4a18cad.tar.gz |
uses both C and C++
Diffstat (limited to 'textproc/bibclean/Makefile')
-rw-r--r-- | textproc/bibclean/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile index 4d995c4f174..9fd33823f01 100644 --- a/textproc/bibclean/Makefile +++ b/textproc/bibclean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/12/27 13:54:59 seb Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/26 13:50:14 schwarz Exp $ # DISTNAME= bibclean-2.11.4 @@ -12,6 +12,7 @@ COMMENT= Prettyprinter and syntax checker for BibTeX bibliography databases PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES post-install: |