diff options
author | rillig <rillig@pkgsrc.org> | 2006-02-02 20:47:26 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-02-02 20:47:26 +0000 |
commit | 1ba91f86d96d52bf3c3e7cef9656e7ad56b79ed2 (patch) | |
tree | 18114df37c979a4b8a1f1f0d9f11ae5a480eec7e /lang/ocaml/Makefile | |
parent | 49c1f2197b2ec6387e652ef9a11b47910a172e21 (diff) | |
download | pkgsrc-1ba91f86d96d52bf3c3e7cef9656e7ad56b79ed2.tar.gz |
Added support for dynamic loading on NetBSD. Bumped PKGREVISION.
Fixed almost all pkglint -Wall warnings.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index f324f710489..dca356fca7f 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.43 2006/01/16 09:41:48 adam Exp $ +# $NetBSD: Makefile,v 1.44 2006/02/02 20:47:26 rillig Exp $ .include "Makefile.common" +PKGREVISION= 1 + CONFIGURE_ARGS+= -no-tk CONFIGURE_ENV+= disable_x11=yes @@ -18,7 +20,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.prof PLIST_SRC+= ${PKGDIR}/PLIST .endif -.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" PLIST_SRC+= ${PKGDIR}/PLIST.stub .endif |