summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorspz <spz>2011-09-29 20:48:19 +0000
committerspz <spz>2011-09-29 20:48:19 +0000
commit019de64327bc2f7048ca19c3e7e7a91fef776432 (patch)
treee7fe18851063787fe2ef8289d7134eb7eee5795f /net
parent95d45540b7ade1eedd9cbf2521c1c70480d0bae7 (diff)
downloadpkgsrc-019de64327bc2f7048ca19c3e7e7a91fef776432.tar.gz
for the time being, force using pkgsrc flex for all NetBSD variants
Diffstat (limited to 'net')
-rw-r--r--net/irrtoolset5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/irrtoolset5/Makefile b/net/irrtoolset5/Makefile
index e6fd9de00a0..5f8207ff823 100644
--- a/net/irrtoolset5/Makefile
+++ b/net/irrtoolset5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/07/04 12:08:51 spz Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/29 20:48:19 spz Exp $
#
DISTNAME= irrtoolset-5.0.0
@@ -29,7 +29,7 @@ GCC_REQD+= 3.0
CONFIG_GUESS_OVERRIDE= config.guess
CONFIG_SUB_OVERRIDE= config.sub
-.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*) || !empty(MACHINE_PLATFORM:MNetBSD-5\.[0-9][\._]*)
+.if ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= LEX="${PREFIX}/bin/flex"
.include "../../devel/flex/buildlink3.mk"
.endif