diff options
author | grant <grant@pkgsrc.org> | 2004-07-04 08:10:23 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-04 08:10:23 +0000 |
commit | 846e17f5b4711d16214a8af2da0a5f295ca1aefe (patch) | |
tree | 086105cea4e321802a7739fc2c22301e05c9f4ef /archivers/par2 | |
parent | 28a0f889baf12e8f2c35ffb323af264e1f446c0c (diff) | |
download | pkgsrc-846e17f5b4711d16214a8af2da0a5f295ca1aefe.tar.gz |
this package only uses a c++ compiler.
Diffstat (limited to 'archivers/par2')
-rw-r--r-- | archivers/par2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/par2/Makefile b/archivers/par2/Makefile index c11029b407a..ac4d7dd8d17 100644 --- a/archivers/par2/Makefile +++ b/archivers/par2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 19:36:07 tv Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/04 08:10:23 grant Exp $ # DISTNAME= par2cmdline-0.3 @@ -11,6 +11,7 @@ HOMEPAGE= http://parchive.sourceforge.net/ COMMENT= Create or use PAR2 parity volumes USE_BUILDLINK3= yes +USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |