diff options
author | cjep <cjep> | 2003-04-27 14:39:12 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 14:39:12 +0000 |
commit | 0d3a034b41f994f86a65cd0c8a3211c5d29a3941 (patch) | |
tree | 788feabbeb73c46b842aa99190f58921f62640ef /net/xtraceroute/Makefile | |
parent | 96eedc23a24b209e3d7aaeb36a27395009fada84 (diff) | |
download | pkgsrc-0d3a034b41f994f86a65cd0c8a3211c5d29a3941.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 |