diff options
Diffstat (limited to 'devel/cssc')
-rw-r--r-- | devel/cssc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index 20fa4da69b0..aa118c4eb33 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/18 18:49:39 seb Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/13 22:04:52 jlam Exp $ # DISTNAME= CSSC-1.00 @@ -10,10 +10,10 @@ MAINTAINER= seb@NetBSD.org HOMEPAGE= http://cssc.sourceforge.net/ COMMENT= GNU workalike for the source code control system SCCS +USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-binary USE_BUILDLINK3= YES -USE_GCC_SHLIB= YES TEST_TARGET= check USE_MAKEINFO= YES |