diff options
author | wiz <wiz> | 2006-05-21 09:04:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-05-21 09:04:38 +0000 |
commit | 3c908c266d15aa643dd58ebc632147d5d2af5a2c (patch) | |
tree | bcd8e8f730c1365789cbe71d565d387aa44dcd84 /devel/rapidsvn | |
parent | 5a5bd331c6250de9d82aa0f38b48555d1481c5fa (diff) | |
download | pkgsrc-3c908c266d15aa643dd58ebc632147d5d2af5a2c.tar.gz |
USE_LANGUAGES=c++
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 210083b9621..2418dd41586 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/04/17 13:46:21 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2006/05/21 09:04:38 wiz Exp $ DISTNAME= rapidsvn-0.9.0 PKGREVISION= 3 @@ -10,6 +10,7 @@ HOMEPAGE= http://rapidsvn.tigris.org/ COMMENT= Cross-platform Subversion GUI USE_TOOLS+= gmake +USE_LANGUAGES= c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES |