summaryrefslogtreecommitdiff
path: root/devel
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
commit43e08ef84a0e0447ee052d8060dbbda8a535eeb0 (patch)
tree02da378bc7e5aad8deda3d3d5b81fc15205ad076 /devel
parent1655dbdccf3dc5cbac550c79279f9826fdc58ae0 (diff)
downloadpkgsrc-43e08ef84a0e0447ee052d8060dbbda8a535eeb0.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')
-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