diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-21 13:23:31 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-21 13:23:31 +0000 |
commit | 071cd211ef175b51261964445929e5b1ebf20039 (patch) | |
tree | f1111549fb71ce2801314dc25c4df079bed25d90 /graphics | |
parent | 31aa94ccc22c9893ab7eafc5c08e05fb2029dd8b (diff) | |
download | pkgsrc-071cd211ef175b51261964445929e5b1ebf20039.tar.gz |
On NetBSD the DLL files are installed, too. Bumped PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camlimages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 1acad0f65c3..f55896cea58 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2006/04/22 17:07:19 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/21 13:23:31 rillig Exp $ DISTNAME= camlimages-2.2.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/caml-light/bazar-ocaml/ EXTRACT_SUFX= .tgz @@ -28,7 +28,7 @@ BUILD_TARGET+= all PLIST_SRC+= ${PKGDIR}/PLIST.opt .endif -.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Darwin" +.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" PLIST_SUBST+= COND_DLL="" .else PLIST_SUBST+= COND_DLL="@comment " |