aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/mcwm
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:33:55 +0000
commit72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /x11-wm/mcwm
parent5e102732a601b54d1dc9e887dc050777bf920349 (diff)
downloadports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz
ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412351
Diffstat (limited to 'x11-wm/mcwm')
-rw-r--r--x11-wm/mcwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile
index f71aebe67e73..5c6686becd53 100644
--- a/x11-wm/mcwm/Makefile
+++ b/x11-wm/mcwm/Makefile
@@ -13,9 +13,9 @@ LICENSE= ISCL
OPTIONS_DEFINE= DOCS
-LIB_DEPENDS= libxcb-util.so:${PORTSDIR}/x11/xcb-util \
- libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
- libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm
+LIB_DEPENDS= libxcb-util.so:x11/xcb-util \
+ libxcb-keysyms.so:x11/xcb-util-keysyms \
+ libxcb-icccm.so:x11/xcb-util-wm
USE_XORG= x11 xrandr
USES= tar:bzip2