diff options
author | cjep <cjep> | 2003-04-27 14:39:12 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 14:39:12 +0000 |
commit | 72900535a05498c06be8bd1bb0a30f04c9000e9f (patch) | |
tree | 788feabbeb73c46b842aa99190f58921f62640ef /net/xtraceroute/Makefile | |
parent | 1bc35f110960b69e2636004b279f3472fa9e5d08 (diff) | |
download | pkgsrc-72900535a05498c06be8bd1bb0a30f04c9000e9f.tar.gz |
Lint: PKGLOCALEDIR
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index 6520b977a56..56c2b251c5b 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/03/09 19:23:09 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2003/04/27 14:40:11 cjep Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -14,9 +14,10 @@ COMMENT= Graphical version of traceroute, which traces the route IP packets go BUILD_USES_MSGFMT= yes -USE_X11= yes -GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_X11= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" # XXX Actually, Mesa's in X11PREFIX too, but as our tiff is in LOCALBASE |