diff options
author | joerg <joerg@pkgsrc.org> | 2007-12-27 14:00:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-12-27 14:00:38 +0000 |
commit | 1ff8a16303c24951779f20856792735903244901 (patch) | |
tree | 42137e99be8c71ac330892bf9158937fe97bc238 /lang | |
parent | 99d2459102badff2fc07ae1350a201dfa1af8e68 (diff) | |
download | pkgsrc-1ff8a16303c24951779f20856792735903244901.tar.gz |
Needs a real C compiler for the optimised build.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/camlp5/Makefile | 4 |
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} |