diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
commit | 1380f9cec64ce190e8f8a0296512ae18be6651f8 (patch) | |
tree | 090b4461321e87c968b099c0a26b69c4da29ff20 /net | |
parent | faefa43a39defd33e687da9d3dc995a9fd2e90e6 (diff) | |
download | pkgsrc-1380f9cec64ce190e8f8a0296512ae18be6651f8.tar.gz |
Convert to use the features framework.
Diffstat (limited to 'net')
-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 58e9f9ed639..d27a735f4ff 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2007/09/06 21:51:53 jlam Exp $ +# $NetBSD: Makefile,v 1.48 2007/09/08 21:57:58 jlam Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -15,6 +15,7 @@ COMMENT= Graphical version of traceroute, which traces the route IP packets go GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt +USE_FEATURES= snprintf CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE @@ -27,7 +28,6 @@ CONFIGURE_ARGS+= --with-lib-MesaGL .if !empty(LOWER_OPSYS:Mirix5*) CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute -. include "../../pkgtools/libnbcompat/inplace.mk" # snprintf() .endif post-install: |