From 5983e3e52912c347b8a954b96c7f7e98198f3419 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 26 Aug 2006 15:33:28 +0000 Subject: Include stublibs on FreeBSD as well. Bump revision. --- lang/ocaml/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3