pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Include stublibs on FreeBSD as well. Bump r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eabb2d66cb84
branches:  trunk
changeset: 517941:eabb2d66cb84
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 26 15:33:28 2006 +0000

description:
Include stublibs on FreeBSD as well. Bump revision.

diffstat:

 lang/ocaml/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 8d3976a49c56 -r eabb2d66cb84 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Sat Aug 26 15:32:29 2006 +0000
+++ b/lang/ocaml/Makefile       Sat Aug 26 15:33:28 2006 +0000
@@ -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 @@
 ###
 
 # 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
 



Home | Main Index | Thread Index | Old Index