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 | af231c4c6e63a2db4013552cee7f0bdbb3989102 (patch) | |
tree | 086105cea4e321802a7739fc2c22301e05c9f4ef /archivers | |
parent | 2f1e803394db5d9fb93bf25916766d9fd0f1b688 (diff) | |
download | pkgsrc-af231c4c6e63a2db4013552cee7f0bdbb3989102.tar.gz |
this package only uses a c++ compiler.
Diffstat (limited to 'archivers')
-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 |