aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/jwm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-21 19:02:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-21 19:02:39 +0000
commit6ca47ed968ae26dfc71aae08bcaaea63a634fbaa (patch)
tree3873ec54df1c26fa413575700ee9ab9983b8e316 /x11-wm/jwm
parent77c33626f340a85c725812075936d23358d1213c (diff)
downloadports-6ca47ed968ae26dfc71aae08bcaaea63a634fbaa.tar.gz
ports-6ca47ed968ae26dfc71aae08bcaaea63a634fbaa.zip
- Remove USE_XLIB in favor of USE_XORG
- Bump PORTREVISION Approved by: maintainer implicit
Notes
Notes: svn path=/head/; revision=209549
Diffstat (limited to 'x11-wm/jwm')
-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"