diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /sysutils/wmcpuload | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'sysutils/wmcpuload')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index ec798b744e85..c12a1119aaf0 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmcpuload PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://seiichisato.jp/dockapps/src/ @@ -15,8 +15,7 @@ MAINTAINER= xride@FreeBSD.org COMMENT= An "lcd" dockapp for windowmaker, which displays the current cpuload USE_BZIP2= yes -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm USE_GNOME= gnometarget GNU_CONFIGURE= yes |