summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorabs <abs>2004-02-04 22:23:46 +0000
committerabs <abs>2004-02-04 22:23:46 +0000
commitc89db8e83b400550525193f8902ca613e8c4d644 (patch)
treeea6c10500e6f3ead03eaaa7f2cb515f0210bfeb6 /lang
parent05365d11483649e66c24bb53f0d56d712f3f1ea2 (diff)
downloadpkgsrc-c89db8e83b400550525193f8902ca613e8c4d644.tar.gz
+ USE_LANGUAGES=c c++
Diffstat (limited to 'lang')
-rw-r--r--lang/jikes/Makefile3
-rw-r--r--lang/python23/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile
index c7370ba9142..e66ade74d23 100644
--- a/lang/jikes/Makefile
+++ b/lang/jikes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/24 13:51:14 grant Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/04 22:23:47 abs Exp $
#
DISTNAME= jikes-1.18
@@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* SunOS-*-* Linux-*-*
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
USE_GCC_SHLIB= yes
UNLIMIT_RESOURCES= datasize
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index afb22b994f4..2b2bd3a9319 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/27 18:55:30 abs Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/02/04 22:23:47 abs Exp $
#
DISTNAME= Python-2.3.3
@@ -10,6 +10,7 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Interpreted, interactive, object-oriented programming language
+USE_LANGUAGES= c c++
USE_GCC_SHLIB= yes
USE_DB185= yes
USE_BUILDLINK2= yes