summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-06-20 15:51:07 +0000
committerjschauma <jschauma>2002-06-20 15:51:07 +0000
commit904bc503f97251bd8b5ce00e125e199171db4a77 (patch)
tree815cbcc332c3660bad020cac33e6c4dd7d188aa1 /lang/Makefile
parent5d6199b95bfee6d638dc6c1d9a0462503d7ca085 (diff)
downloadpkgsrc-904bc503f97251bd8b5ce00e125e199171db4a77.tar.gz
Disable camlp4 (obsoleted since inclusion in ocaml 3.04)
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 5ca2f0c9308..ffbfd6b12d6 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2002/06/09 11:24:02 taca Exp $
+# $NetBSD: Makefile,v 1.125 2002/06/20 15:51:07 jschauma Exp $
#
COMMENT= Programming languages
@@ -12,7 +12,7 @@ SUBDIR+= blackdown-jdk13
SUBDIR+= brandybasic
SUBDIR+= bwbasic
SUBDIR+= caml-light
-SUBDIR+= camlp4
+#SUBDIR+= camlp4 # obsoleted since included in ocaml 3.04
SUBDIR+= cilk
SUBDIR+= cim
SUBDIR+= cint