diff options
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 0c906c8f0f6..58e9f9ed639 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/10/01 22:36:46 schwarz Exp $ +# $NetBSD: Makefile,v 1.47 2007/09/06 21:51:53 jlam Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -24,10 +24,10 @@ CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE:Q} CONFIGURE_ARGS+= --with-lib-MesaGL .include "../../mk/bsd.prefs.mk" + .if !empty(LOWER_OPSYS:Mirix5*) -CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute -# needs snprintf() -. include "../../pkgtools/libnbcompat/buildlink3.mk" +CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute +. include "../../pkgtools/libnbcompat/inplace.mk" # snprintf() .endif post-install: |