diff options
Diffstat (limited to 'lang/ocaml/Makefile')
-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 |