pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/netpbm Let build depend on "flex" package as ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44e949287383
branches: trunk
changeset: 467015:44e949287383
user: tron <tron%pkgsrc.org@localhost>
date: Sun Jan 25 15:47:18 2004 +0000
description:
Let build depend on "flex" package as suggested by Georg Schwarz on
the "tech-pkg" mailing list.
diffstat:
graphics/netpbm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0b3a29c2e252 -r 44e949287383 graphics/netpbm/Makefile
--- a/graphics/netpbm/Makefile Sun Jan 25 15:41:15 2004 +0000
+++ b/graphics/netpbm/Makefile Sun Jan 25 15:47:18 2004 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index