summaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-13 22:04:52 +0000
committerjlam <jlam@pkgsrc.org>2004-11-13 22:04:52 +0000
commit43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c (patch)
tree02da378bc7e5aad8deda3d3d5b81fc15205ad076 /devel/cssc
parent6316500dea2779a84bf2d4a4b098b23c70314c9e (diff)
downloadpkgsrc-43ac8c39e1f2bb04aeb9af48d8271ef8f5c6894c.tar.gz
Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/Makefile4
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