Date: Sun, 13 Jul 2014 17:04:28 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361697 - in head/x11-wm: awesome2 spectrwm Message-ID: <201407131704.s6DH4Sx9077512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 13 17:04:27 2014 New Revision: 361697 URL: http://svnweb.freebsd.org/changeset/ports/361697 QAT: https://qat.redports.org/buildarchive/r361697/ Log: Convert to new LIB_DEPENDS With hat: portmgr Modified: head/x11-wm/awesome2/Makefile head/x11-wm/spectrwm/Makefile Modified: head/x11-wm/awesome2/Makefile ============================================================================== --- head/x11-wm/awesome2/Makefile Sun Jul 13 16:59:42 2014 (r361696) +++ head/x11-wm/awesome2/Makefile Sun Jul 13 17:04:27 2014 (r361697) @@ -13,8 +13,8 @@ COMMENT= A tiling window manager initial BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto -LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ - cairo.2:${PORTSDIR}/graphics/cairo \ +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ + libcairo.so:${PORTSDIR}/graphics/cairo \ libfreetype.so:${PORTSDIR}/print/freetype2 USES= iconv pkgconfig Modified: head/x11-wm/spectrwm/Makefile ============================================================================== --- head/x11-wm/spectrwm/Makefile Sun Jul 13 16:59:42 2014 (r361696) +++ head/x11-wm/spectrwm/Makefile Sun Jul 13 17:04:27 2014 (r361697) @@ -12,9 +12,9 @@ COMMENT= A small, dynamic tiling window 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407131704.s6DH4Sx9077512>