diff options
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 56ed415d9ef0..601375de6b19 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -32,7 +32,7 @@ USE_GNOME= gtk20 CONFIGURE_ARGS=--enable-gtk2 .endif USE_XORG= x11 -CONFIGURE_ARGS+=--with-gtk-prefix=${X11BASE} +CONFIGURE_ARGS+=--with-gtk-prefix=${LOCALBASE} .else PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS=--without-gtk --with-gtk-prefix=/nonexistant |