diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-25 01:02:27 +0800 |
commit | 312f708f3dd424d006051aa86e530882f287e1df (patch) | |
tree | 34b963cf27ec0ddee2ed1a6ac00d711bf054b4a2 /x11/wbar | |
parent | dc824ff241fba7ff39d6f0635402252a465c32c4 (diff) | |
download | freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.gz freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.tar.zst freebsd-ports-gnome-312f708f3dd424d006051aa86e530882f287e1df.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'x11/wbar')
-rw-r--r-- | x11/wbar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index c232097de0ab..c75c972734b7 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -7,7 +7,7 @@ PORTNAME= wbar PORTVERSION= 1.3.3 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.tecapli.com.ar/rodolfo/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -22,7 +22,7 @@ SUB_FILES= pkg-message USE_BZIP2= yes USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Makefile |