summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-12 15:40:31 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-12 15:40:31 +0000
commit436f1a18cbaececa5e306872da301e679af645a7 (patch)
tree70494fdc1f2c2f73b7bcbb9771d41a0afcd1fe0a /graphics/png
parent2326b40f47c3c31d56b4761cd48dbe9daf6f34e8 (diff)
downloadpkgsrc-436f1a18cbaececa5e306872da301e679af645a7.tar.gz
Under IRIX, we don't need gcc's buildlink. MIPSPro does just fine.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index 6eac3c15c8b..e3634cca560 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2003/05/28 12:51:29 grant Exp $
+# $NetBSD: Makefile,v 1.49 2003/06/12 15:40:31 jschauma Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -36,7 +36,10 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5
+.include "../../mk/bsd.prefs.mk"
.include "../../devel/zlib/buildlink2.mk"
+.if ${OPSYS} != "IRIX"
.include "../../mk/gcc.buildlink2.mk"
+.endif
.include "../../mk/bsd.pkg.mk"