diff options
author | grant <grant> | 2004-02-04 12:17:08 +0000 |
---|---|---|
committer | grant <grant> | 2004-02-04 12:17:08 +0000 |
commit | f8844e298491d13f941d2b5d546817a4f70ae044 (patch) | |
tree | a92ae145147ee50a8894706da93b9b7b1f1f812d /graphics/jasper | |
parent | b8c866d7b802016802b663d2793850f0c16e5fd6 (diff) | |
download | pkgsrc-f8844e298491d13f941d2b5d546817a4f70ae044.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= |