summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-08-26 15:33:28 +0000
committerjoerg <joerg>2006-08-26 15:33:28 +0000
commit5983e3e52912c347b8a954b96c7f7e98198f3419 (patch)
tree2bf8755933791bf55ffe4e30412e08b7b146e7d3
parentd5c9417e621174a7dae297c3701f68adb5e9905c (diff)
downloadpkgsrc-5983e3e52912c347b8a954b96c7f7e98198f3419.tar.gz
Include stublibs on FreeBSD as well. Bump revision.
-rw-r--r--lang/ocaml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 8ec0c7b581a..f131b9fcc8d 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.49 2006/04/30 17:03:19 joerg Exp $
+# $NetBSD: Makefile,v 1.50 2006/08/26 15:33:28 joerg Exp $
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
CONFIGURE_ARGS+= -no-tk
CONFIGURE_ENV+= disable_x11=yes
@@ -14,7 +14,7 @@ BUILD_TARGET= world
###
# Stub libraries for functions missing from base system.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
PLIST_SRC+= ${PKGDIR}/PLIST.stub
.endif