diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
commit | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (patch) | |
tree | 2386b7ed02bc9418c9764eee5fdba9c3c6b7fde0 /x11/wbar | |
parent | 44aaaca6bbffa1779bc55f28ae1cb14117e362ae (diff) | |
download | ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.tar.gz ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.zip |
Notes
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 |