summaryrefslogtreecommitdiff
path: root/graphics/jasper/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-03 01:16:40 +0000
committerxtraeme <xtraeme>2004-02-03 01:16:40 +0000
commitfdb85892488c872f358547a8d231b43df3ce712f (patch)
tree6c4a62df88c214102694b0f18845758cf1c8b747 /graphics/jasper/Makefile
parent31cf5fba0bd985928617615f0a38a748885a4354 (diff)
downloadpkgsrc-fdb85892488c872f358547a8d231b43df3ce712f.tar.gz
libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST,
should fix the problems seen in the last bulk build.
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r--graphics/jasper/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index ef14e9d46c9..2ed18cf28fd 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/10/08 02:21:32 danw Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/03 01:16:40 xtraeme Exp $
#
DISTNAME= jasper-1.600.0
@@ -23,5 +23,13 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/jasper
.endfor
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+= AVAILABLE="@comment "
+.else
+PLIST_SUBST+= AVAILABLE=
+.endif
+
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"