aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmfsm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-25 22:44:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-25 22:44:48 +0000
commitcda30a295fd474159658e5a43f99f4441d06682f (patch)
tree2007491b9bfa70afd7bf89bf4d2324df2200b1b2 /sysutils/wmfsm
parent483c9c20a1b87e8a7e307cb57e7e556dc8be9a5d (diff)
downloadports-cda30a295fd474159658e5a43f99f4441d06682f.tar.gz
ports-cda30a295fd474159658e5a43f99f4441d06682f.zip
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209811
Diffstat (limited to 'sysutils/wmfsm')
-rw-r--r--sysutils/wmfsm/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/wmfsm/Makefile b/sysutils/wmfsm/Makefile
index 5ad949c7f535..b8d68dc609fa 100644
--- a/sysutils/wmfsm/Makefile
+++ b/sysutils/wmfsm/Makefile
@@ -7,15 +7,14 @@
PORTNAME= wmfsm
PORTVERSION= 0.34
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.cs.ubc.ca/~cmg/
MAINTAINER= ports@FreeBSD.org
COMMENT= Displays filesystem usage of mountpoints in a nice WindowMaker dockapp
-USE_X_PREFIX= yes
-USE_XPM= yes
+USE_XORG= x11 xpm
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"