diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 22:37:03 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 22:37:03 +0000 |
commit | c83bbe6dee7d22cddfe87c66eb31de2e1cc9a5c6 (patch) | |
tree | 73aa685a410ec3ef5502dcc2975fe12da3729075 /lang/ocaml | |
parent | 7db518a662c732e544b0e7d4dc1e9a13c32c4924 (diff) | |
download | pkgsrc-c83bbe6dee7d22cddfe87c66eb31de2e1cc9a5c6.tar.gz |
fix choosing pkgsrc provided compiler
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 248921e2e69..4c2215598e5 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.62 2009/09/12 18:44:40 tonio Exp $ +# $NetBSD: Makefile,v 1.63 2009/09/19 22:37:03 sno Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" CONFIGURE_ARGS+= -no-tk +CONFIGURE_ARGS+= -cc ${CC} CONFIGURE_ENV+= disable_x11=yes BUILD_TARGET= world |