pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/jasper Solaris, like FreeBSD, doesn't install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae1f99f9ea97
branches:  trunk
changeset: 467626:ae1f99f9ea97
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 04 12:17:08 2004 +0000

description:
Solaris, like FreeBSD, doesn't install libjasper-1.600.so, tweak the
PLIST accordingly.

diffstat:

 graphics/jasper/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1db86c8c9d2 -r ae1f99f9ea97 graphics/jasper/Makefile
--- a/graphics/jasper/Makefile  Wed Feb 04 11:52:13 2004 +0000
+++ b/graphics/jasper/Makefile  Wed Feb 04 12:17:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/03 01:16:40 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2004/02/04 12:17:08 grant Exp $
 #
 
 DISTNAME=              jasper-1.600.0
@@ -25,7 +25,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "FreeBSD"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
 PLIST_SUBST+=          AVAILABLE="@comment "
 .else
 PLIST_SUBST+=          AVAILABLE=



Home | Main Index | Thread Index | Old Index