Bug 42964 - /usr/ports/net/mtr: I don't want mtr-gtk
Summary: /usr/ports/net/mtr: I don't want mtr-gtk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: bill fumerola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 18:10 UTC by Danijel Tasov
Modified: 2003-10-09 00:44 UTC (History)
0 users

See Also:


Attachments
file.diff (379 bytes, patch)
2002-09-19 18:10 UTC, Danijel Tasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danijel Tasov 2002-09-19 18:10:01 UTC
	The mtr port does not recognize WITHOUT_GTK anymore!
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-09-19 20:55:39 UTC
Responsible Changed
From-To: freebsd-ports->billf

over to maintainer
Comment 2 Tilman Linneweh 2003-03-31 19:12:30 UTC
Use WITHOUT_GNOME instead of WITHOUT_GTK.

perhaps an explaining message should be added to the pre-everything target.
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-08 14:19:41 UTC
Bill, mind if I commit this one for this PR?

--- Makefile    23 Jun 2003 20:51:47 -0000      1.41
+++ Makefile    8 Oct 2003 13:19:08 -0000
@@ -34,7 +34,7 @@
 CONFIGURE_ARGS+=--disable-ipv6
 .endif
   
-.if ${HAVE_GNOME:Mgtk12}!=""
+.if !defined(WITHOUT_GNOME) && ${HAVE_GNOME:Mgtk12}!=""
 USE_GNOME+=    gtk12
 PKGNAMESUFFIX= -gtk
 USE_XLIB=      yes

Edwin

-- 
Edwin Groothuis
edwin@freebsd.org
http://www.mavetju.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-09 00:44:51 UTC
State Changed
From-To: open->closed

Commited, thanks!