summaryrefslogtreecommitdiff
path: root/lang/camlp5
diff options
context:
space:
mode:
authorjoerg <joerg>2007-12-27 14:00:38 +0000
committerjoerg <joerg>2007-12-27 14:00:38 +0000
commitc5a667e356c3d700aa03e127694c2255ac41ab13 (patch)
tree42137e99be8c71ac330892bf9158937fe97bc238 /lang/camlp5
parent9d31fbd982d39cc42d1f3d442ed667961d13feea (diff)
downloadpkgsrc-c5a667e356c3d700aa03e127694c2255ac41ab13.tar.gz
Needs a real C compiler for the optimised build.
Diffstat (limited to 'lang/camlp5')
-rw-r--r--lang/camlp5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile
index f8ecdf68f99..b3aec824b33 100644
--- a/lang/camlp5/Makefile
+++ b/lang/camlp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/12/01 12:56:04 tonio Exp $
+# $NetBSD: Makefile,v 1.2 2007/12/27 14:00:38 joerg Exp $
#
DISTNAME= camlp5-5.01
@@ -11,7 +11,7 @@ HOMEPAGE= http://pauillac.inria.fr/~ddr/camlp5/
COMMENT= Camlp5 is a preprocessor-pretty-printer of ocaml
HAS_CONFIGURE= yes
-USE_LANGUAGES= # none
+USE_LANGUAGES= c # needed for optimised compiler
CONFIGURE_ARGS+= --bindir ${PREFIX}/bin
CONFIGURE_ARGS+= --mandir ${PREFIX}/${PKGMANDIR}