summaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-08-26 15:33:28 +0000
committerjoerg <joerg@pkgsrc.org>2006-08-26 15:33:28 +0000
commit610bedcae98132feefb7ddd69e4d3ec2edd690c8 (patch)
tree2bf8755933791bf55ffe4e30412e08b7b146e7d3 /lang/ocaml
parent4c5db03bac40cd65151f0f2984b089859dc402ee (diff)
downloadpkgsrc-610bedcae98132feefb7ddd69e4d3ec2edd690c8.tar.gz
Include stublibs on FreeBSD as well. Bump revision.
Diffstat (limited to 'lang/ocaml')
-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