diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-02 21:19:22 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2006-10-02 21:19:22 +0000 |
commit | 6ea3730cfef96d608b9493c77f47a1fe3a198b46 (patch) | |
tree | 4b291c660ec0c8d2f9165b1ce9f7d3d7d520088c | |
parent | 68083c3266e2960ffd2ee30e63c39ea04a2fea39 (diff) | |
download | pkgsrc-6ea3730cfef96d608b9493c77f47a1fe3a198b46.tar.gz |
fix PLIST for solaris
-rw-r--r-- | lang/ocaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index f131b9fcc8d..01fb88134f1 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/08/26 15:33:28 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2006/10/02 21:19:22 dmcmahill Exp $ .include "Makefile.common" @@ -14,7 +14,7 @@ BUILD_TARGET= world ### # Stub libraries for functions missing from base system. -.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" PLIST_SRC+= ${PKGDIR}/PLIST.stub .endif |