diff options
author | grant <grant@pkgsrc.org> | 2004-02-04 12:17:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-04 12:17:08 +0000 |
commit | cfcf7be884ca5adf0b2abbf9cf8bf7d6178b1d4d (patch) | |
tree | a92ae145147ee50a8894706da93b9b7b1f1f812d /graphics/jasper | |
parent | c533255b458b0d6d1c5853464e1f8bf9113f2b4e (diff) | |
download | pkgsrc-cfcf7be884ca5adf0b2abbf9cf8bf7d6178b1d4d.tar.gz |
Solaris, like FreeBSD, doesn't install libjasper-1.600.so, tweak the
PLIST accordingly.
Diffstat (limited to 'graphics/jasper')
-rw-r--r-- | graphics/jasper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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= |