aboutsummaryrefslogtreecommitdiffstats
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mtr/Makefile')
-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