From cfcf7be884ca5adf0b2abbf9cf8bf7d6178b1d4d Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 4 Feb 2004 12:17:08 +0000 Subject: Solaris, like FreeBSD, doesn't install libjasper-1.600.so, tweak the PLIST accordingly. --- graphics/jasper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/jasper/Makefile') diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 2ed18cf28fd..1fa56504620 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -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 @@ post-install: .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" PLIST_SUBST+= AVAILABLE="@comment " .else PLIST_SUBST+= AVAILABLE= -- cgit v1.2.3