diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 06:50:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 06:50:49 +0800 |
commit | 9a5f9c564aaab54c34900f9d0c7d276dc73eb368 (patch) | |
tree | 170c36f104e04e0ed8e2c50ef8adeb76f96118f2 /x11-wm/awesome | |
parent | 97b68261e073ced2c6b285487688d7b7d95d1908 (diff) | |
download | freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.tar.gz freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.tar.zst freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.zip |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Diffstat (limited to 'x11-wm/awesome')
-rw-r--r-- | x11-wm/awesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index e8947858da1a..6080d3819d5d 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xcb-util>=0.3.8:${PORTSDIR}/x11/xcb-util \ xproto>=7.0.11:${PORTSDIR}/x11/xproto \ ${LUA_MODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:${PORTSDIR}/devel/lua-lgi \ - ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml + docbook-xml>0:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS= ${LUA_MODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:${PORTSDIR}/devel/lua-lgi LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ libev.so:${PORTSDIR}/devel/libev \ |