diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /sysutils/wmmemload | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) | |
download | ports-077a58f032efc81c06a5c627cf14888c6eee37d9.tar.gz ports-077a58f032efc81c06a5c627cf14888c6eee37d9.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=209583
Diffstat (limited to 'sysutils/wmmemload')
-rw-r--r-- | sysutils/wmmemload/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/wmmemload/Makefile b/sysutils/wmmemload/Makefile index 3d25e757bd4c..176abb4cfda6 100644 --- a/sysutils/wmmemload/Makefile +++ b/sysutils/wmmemload/Makefile @@ -7,16 +7,15 @@ PORTNAME= wmmemload PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils windowmaker MASTER_SITES= http://markstaggs.net/wmmemload-download/ MAINTAINER= xride@FreeBSD.org COMMENT= An dockapp for windowmaker that displays the current mem/swap usage -USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_XPM= yes +USE_XORG= xpm CONFIGURE_ARGS= --program-prefix="" MAN1= wmmemload.1 |