aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-24 21:03:55 +0800
committermiwi <miwi@FreeBSD.org>2008-03-24 21:03:55 +0800
commitdd70e028701d877ba20b006edcedc6df5c408d09 (patch)
tree29ee38167b82f550d5b5191edff093320cd794ba /net
parent4e3961b506ac1065b05288675b0c56c7e1eb7dc3 (diff)
downloadfreebsd-ports-graphics-dd70e028701d877ba20b006edcedc6df5c408d09.tar.gz
freebsd-ports-graphics-dd70e028701d877ba20b006edcedc6df5c408d09.tar.zst
freebsd-ports-graphics-dd70e028701d877ba20b006edcedc6df5c408d09.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'net')
-rw-r--r--net/gacxtool/Makefile1
-rw-r--r--net/gkrellmwireless2/Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/net/gacxtool/Makefile b/net/gacxtool/Makefile
index 04a9cfa1e53..92b9bbcc171 100644
--- a/net/gacxtool/Makefile
+++ b/net/gacxtool/Makefile
@@ -21,6 +21,5 @@ RUN_DEPENDS= /boot/kernel/if_acx.ko:${PORTSDIR}/net/acx100
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-USE_X_PREFIX= yes
.include <bsd.port.mk>
diff --git a/net/gkrellmwireless2/Makefile b/net/gkrellmwireless2/Makefile
index 6f41c63fc7b..c981d514ed7 100644
--- a/net/gkrellmwireless2/Makefile
+++ b/net/gkrellmwireless2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gkrellmwireless
PORTVERSION= 2.0.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= net
MASTER_SITES= http://gkrellm.luon.net/files/
@@ -19,7 +19,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
WRKSRC= ${WRKDIR}/gkrellmwireless
-USE_X_PREFIX= yes
+USE_XORG= x11
USE_GMAKE= yes
.include <bsd.port.mk>