diff options
author | tron <tron@pkgsrc.org> | 1999-07-07 20:49:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-07 20:49:24 +0000 |
commit | 7c0f26547d1bdc597d23594a706bfbb0947bae3a (patch) | |
tree | e052c59b1cf94a83358c33716387d7c25af72b4e | |
parent | c6b863283cbb5b2d6fec0a4a5ddc3e4121f90d6c (diff) | |
download | pkgsrc-7c0f26547d1bdc597d23594a706bfbb0947bae3a.tar.gz |
No need to shout: YES -> yes
-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 1b00b6319a3..36046ba2e86 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/26 19:15:38 garbled Exp $ +# $NetBSD: Makefile,v 1.6 1999/07/07 20:49:24 tron Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -15,7 +15,7 @@ DEPENDS+= gtkglarea-1.1:../../x11/gtkglarea DEPENDS+= tiff-3.4:../../graphics/tiff USE_X11= yes -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} # XXX Actually, Mesa's in X11BASE too, but as our tiff is in LOCALBASE # and xtraceroute doesn't have a switch to tell it so (yet?), we abuse |