aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-22 03:02:39 +0800
committermiwi <miwi@FreeBSD.org>2008-03-22 03:02:39 +0800
commit79d9caee633dc588d8541b5ce5463a46bd6b82d9 (patch)
treeb3cd1635c19d358e1c57a9103c2ff82cb6aac8b5 /x11-wm
parent30672e8c1fb7f31a69e3cf9340253719abf824c6 (diff)
downloadfreebsd-ports-gnome-79d9caee633dc588d8541b5ce5463a46bd6b82d9.tar.gz
freebsd-ports-gnome-79d9caee633dc588d8541b5ce5463a46bd6b82d9.tar.zst
freebsd-ports-gnome-79d9caee633dc588d8541b5ce5463a46bd6b82d9.zip
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION Approved by: maintainer implicit
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/jwm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile
index 3e33366f79c7..7772244d79d5 100644
--- a/x11-wm/jwm/Makefile
+++ b/x11-wm/jwm/Makefile
@@ -7,8 +7,9 @@
PORTNAME= jwm
PORTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+MASTER_SITES= SF \
http://joewing.net/programs/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,11 +18,9 @@ COMMENT= Joe's Window Manager
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= xpm
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GCC= 3.4+
CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"