diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 17:04:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 17:04:27 +0000 |
commit | af2e37b8ce4196cb4aa6963183be864d114b77fc (patch) | |
tree | 2d84741aa44f83c88ec5e46a2fc962e8c0cf50fa /x11-wm/spectrwm/Makefile | |
parent | ce21d8d964c8eac5ce9536d5cfb977a3c654962c (diff) | |
download | ports-af2e37b8ce4196cb4aa6963183be864d114b77fc.tar.gz ports-af2e37b8ce4196cb4aa6963183be864d114b77fc.zip |
Convert to new LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=361697
Diffstat (limited to 'x11-wm/spectrwm/Makefile')
-rw-r--r-- | x11-wm/spectrwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index d0c2f86d3aba..321193ba49a2 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -12,9 +12,9 @@ COMMENT= A small, dynamic tiling window manager for X11 LICENSE= ISCL -LIB_DEPENDS+= xcb-util:${PORTSDIR}/x11/xcb-util \ - xcb-icccm:${PORTSDIR}/x11/xcb-util-wm \ - xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms +LIB_DEPENDS+= libxcb-util.so:${PORTSDIR}/x11/xcb-util \ + libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu USE_XORG= x11 xcb xcursor xft xrandr xt |