summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2004-01-25 15:47:18 +0000
committertron <tron@pkgsrc.org>2004-01-25 15:47:18 +0000
commit1ef26d4f9cd8923cd659c7c2ccebf051cef69136 (patch)
tree10ff196002ccc68e3fd83390b963d7801e7caf69 /graphics
parenta59aa603768018c5fdaf3c04a0d887597ab29a05 (diff)
downloadpkgsrc-1ef26d4f9cd8923cd659c7c2ccebf051cef69136.tar.gz
Let build depend on "flex" package as suggested by Georg Schwarz on
the "tech-pkg" mailing list.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index ec315c98de2..1e62542e7d5 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2004/01/24 15:46:44 grant Exp $
+# $NetBSD: Makefile,v 1.87 2004/01/25 15:47:18 tron Exp $
DISTNAME= netpbm-10.11.8
PKGREVISION= 1
@@ -38,7 +38,7 @@ BUILD_DEPENDS+= flex>=2.5.4:../../devel/flex
MAKE_ENV+= NETWORKLD=""
.endif
-.if ${OPSYS} == Linux && !exists(/usr/bin/flex)
+.if (${OPSYS} == Linux && !exists(/usr/bin/flex)) || (${OPSYS} == "IRIX")
BUILD_DEPENDS+= flex>=2.5.4:../../devel/flex
.endif