diff options
author | tron <tron@pkgsrc.org> | 2004-01-25 15:47:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-01-25 15:47:18 +0000 |
commit | 9402770970344d1094ba8c670254c20ba4ce0239 (patch) | |
tree | 10ff196002ccc68e3fd83390b963d7801e7caf69 /graphics/netpbm | |
parent | 43053d06e9be1d201419c621e3a287cd34186530 (diff) | |
download | pkgsrc-9402770970344d1094ba8c670254c20ba4ce0239.tar.gz |
Let build depend on "flex" package as suggested by Georg Schwarz on
the "tech-pkg" mailing list.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r-- | graphics/netpbm/Makefile | 4 |
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 |