| Summary: | /usr/ports/net/mtr: I don't want mtr-gtk | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Danijel Tasov <danielt> | ||||
| Component: | Individual Port(s) | Assignee: | bill fumerola <billf> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Danijel Tasov
2002-09-19 18:10:01 UTC
Responsible Changed From-To: freebsd-ports->billf over to maintainer Use WITHOUT_GNOME instead of WITHOUT_GTK. perhaps an explaining message should be added to the pre-everything target. 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
State Changed From-To: open->closed Commited, thanks! |