diff options
author | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
commit | 7803963c1df528b4edae5f34b19ab5ddb08d6a31 (patch) | |
tree | 3debfa29653b0d982265f0c4e1b5f126cf718c92 /x11-wm | |
parent | 27a472aceb9675d61d89eaaa201da1a387dad826 (diff) | |
download | freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.gz freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.zst freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.zip |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 4db66c2b9fac..2d13c6a34878 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -22,16 +22,16 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ ${LUA_MODLIBDIR}/lgi/corelgilua51.so:${PORTSDIR}/devel/lua-lgi \ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 RUN_DEPENDS= ${LUA_MODLIBDIR}/lgi/corelgilua51.so:${PORTSDIR}/devel/lua-lgi -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ - ev:${PORTSDIR}/devel/libev \ - freetype:${PORTSDIR}/print/freetype2 \ - startup-notification-1:${PORTSDIR}/x11/startup-notification \ - xdg-basedir:${PORTSDIR}/x11/libxdg-basedir \ - xcb-util:${PORTSDIR}/x11/xcb-util \ - xcb-image:${PORTSDIR}/x11/xcb-util-image \ - xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \ - xcb-icccm:${PORTSDIR}/x11/xcb-util-wm \ - execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ + libev.so:${PORTSDIR}/devel/libev \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir \ + libxcb-util.so:${PORTSDIR}/x11/xcb-util \ + libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \ + libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \ + libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \ + libexecinfo.so:${PORTSDIR}/devel/libexecinfo USE_XZ= yes USES= cmake iconv pkgconfig @@ -61,7 +61,7 @@ IGNORE= cannot find dependency: The cairo exists but not with XCB support. Pleas .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS += dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS += libdbus-1.so:${PORTSDIR}/devel/dbus CMAKE_ARGS += -DWITH_DBUS=YES .else CMAKE_ARGS += -DWITH_DBUS=NO |