aboutsummaryrefslogtreecommitdiffstats
path: root/net/mtr
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-04-17 08:19:02 +0800
committerreg <reg@FreeBSD.org>2000-04-17 08:19:02 +0800
commitd22cbcc0186bfcde72d3058c3d06d1032bb7157e (patch)
treeefb5227e2fc359da16edf2ca8a5ca4744a25bc3e /net/mtr
parent8b766534122d71052c9f8e5a0752944edf0450f8 (diff)
downloadfreebsd-ports-gnome-d22cbcc0186bfcde72d3058c3d06d1032bb7157e.tar.gz
freebsd-ports-gnome-d22cbcc0186bfcde72d3058c3d06d1032bb7157e.tar.zst
freebsd-ports-gnome-d22cbcc0186bfcde72d3058c3d06d1032bb7157e.zip
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index cd7dd20a3c1e..25b872761e11 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -31,10 +31,10 @@ CONFIGURE_ARGS+=--disable-ipv6
#.endif
pre-patch:
-.if !defined(USE_GTK)
+.if !defined(WITH_GTK)
@${ECHO} ""
@${ECHO} "If you want to compile with GTK support,"
- @${ECHO} "hit Ctrl-C right now and use \"make USE_GTK=yes\" "
+ @${ECHO} "hit Ctrl-C right now and use \"make WITH_GTK=yes\" "
@${ECHO} ""
CONFIGURE_ARGS+=--with-gtk-prefix=/nopath
.else