diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /sysutils/ascpu | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | FreeBSD-ports-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip FreeBSD-ports-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'sysutils/ascpu')
-rw-r--r-- | sysutils/ascpu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/ascpu/Makefile b/sysutils/ascpu/Makefile index 6a2ec02..915ee9f 100644 --- a/sysutils/ascpu/Makefile +++ b/sysutils/ascpu/Makefile @@ -7,7 +7,7 @@ PORTNAME= ascpu PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/ascpu/ @@ -16,8 +16,7 @@ COMMENT= CPU statistics monitor utility for XFree86 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include --with-xpm-library=${X11BASE}/lib CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" |