aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/weewm
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-25 07:21:25 +0800
committermiwi <miwi@FreeBSD.org>2008-03-25 07:21:25 +0800
commita246a0de817d9ea7bfd118678ddde72be2830e9a (patch)
treeb20490166423cf88c8305ff88c3e3deaa4a2021c /x11-wm/weewm
parent0426bcc9a76e82741f28356eba9e04d0195353a6 (diff)
downloadfreebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.gz
freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.tar.zst
freebsd-ports-gnome-a246a0de817d9ea7bfd118678ddde72be2830e9a.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11-wm/weewm')
-rw-r--r--x11-wm/weewm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/weewm/Makefile b/x11-wm/weewm/Makefile
index 0dd4ee00bbb3..79a5f3c82069 100644
--- a/x11-wm/weewm/Makefile
+++ b/x11-wm/weewm/Makefile
@@ -7,7 +7,7 @@
PORTNAME= weewm
PORTVERSION= 0.0.2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://weewm.flashtux.org/download/
@@ -16,7 +16,7 @@ MAINTAINER= ppl@nbnet.nb.ca
COMMENT= Fast and ultra light windowmanager with total keyboard control
PLIST_FILES= bin/weewm
-USE_X_PREFIX= yes
+USE_XORG= x11
post-patch:
@${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${X11BASE},g' \