Date: Tue, 11 Mar 2003 14:45:37 +0100 From: hans@lambermont.dyndns.org (Hans Lambermont) To: billf@FreeBSD.org Cc: freebsd-ports@freebsd.org Subject: WANT_GNOME?= in net/mtr proposal Message-ID: <20030311134537.GA13520@moya.lambermont.dyndns.org>
next in thread | raw e-mail | index | archive | help
Hi, Most people I know never want to use mtr's GNOME GUI output. Therefore I propose the following change to net/mtr/Makefile : --- /tmp/m Tue Mar 11 12:10:23 2003 +++ Makefile Tue Mar 11 12:07:32 2003 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOMENG= yes -WANT_GNOME= yes +WANT_GNOME?= yes WANT_IPV6= yes MAN8= mtr.8 @@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--disable-ipv6 .endif -.if ${HAVE_GNOME:Mgtk12}!="" +.if ${HAVE_GNOME:Mgtk12}!="" && ${WANT_GNOME}=="yes" USE_GNOME+= gtk12 PKGNAMESUFFIX= -gtk USE_XLIB= yes So that one can use 'net/mtr' => 'WANT_GNOME=NO', in pkgtools.conf MAKE_ARGS section. regards, Hans Lambermont -- http://lambermont.webhop.org/ () ascii ribbon campaign - against HTML mail, /\ vCards and proprietary formats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030311134537.GA13520>