diff options
author | tnn <tnn> | 2008-03-11 18:47:40 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-03-11 18:47:40 +0000 |
commit | 187d078b7fa33e043cbabc335713bc8c79624ee2 (patch) | |
tree | 4ba809a4ee12e6e6894da2f50f8724926076e91f /net/xtraceroute/Makefile | |
parent | 6f7391939581b9116fee499ae22703da05e506e5 (diff) | |
download | pkgsrc-187d078b7fa33e043cbabc335713bc8c79624ee2.tar.gz |
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 6043da14a24..c61e2707f37 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/10/16 23:49:01 tnn Exp $ +# $NetBSD: Makefile,v 1.50 2008/03/11 18:47:41 tnn Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-lib-MesaGL .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute .endif |