pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/camlimages On NetBSD the DLL files are instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ace5abf667d
branches:  trunk
changeset: 513123:5ace5abf667d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 21 13:23:31 2006 +0000

description:
On NetBSD the DLL files are installed, too. Bumped PKGREVISION.

diffstat:

 graphics/camlimages/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r edc78bc88da8 -r 5ace5abf667d graphics/camlimages/Makefile
--- a/graphics/camlimages/Makefile      Sun May 21 13:20:46 2006 +0000
+++ b/graphics/camlimages/Makefile      Sun May 21 13:23:31 2006 +0000
@@ -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 @@
 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 "



Home | Main Index | Thread Index | Old Index