Date: Fri, 17 Jan 2014 17:38:29 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340088 - head/x11-wm/compton Message-ID: <201401171738.s0HHcTHr095022@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Fri Jan 17 17:38:28 2014 New Revision: 340088 URL: http://svnweb.freebsd.org/changeset/ports/340088 QAT: https://qat.redports.org/buildarchive/r340088/ Log: Stagify and modernize LIB_DEPENDS while here. Modified: head/x11-wm/compton/Makefile Modified: head/x11-wm/compton/Makefile ============================================================================== --- head/x11-wm/compton/Makefile Fri Jan 17 17:33:56 2014 (r340087) +++ head/x11-wm/compton/Makefile Fri Jan 17 17:38:28 2014 (r340088) @@ -9,7 +9,7 @@ COMMENT= Feature-rich compositing window LICENSE= MIT -LIB_DEPENDS= config:${PORTSDIR}/devel/libconfig +LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop \ xwininfo:${PORTSDIR}/x11/xwininfo @@ -32,17 +32,16 @@ PCRE_DESC= Blacklist support (via libpcr DRM_DESC= DRM support DOCS_DESC= Build manpages (requires AsciiDoc/DocBook) -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre .else MAKE_ARGS+= NO_REGEX_PCRE=yes .endif .if ${PORT_OPTIONS:MDRM} -LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm +LIB_DEPENDS+= libdrm.so:${PORTSDIR}/graphics/libdrm .else MAKE_ARGS+= NO_VSYNC_DRM=yes .endif @@ -54,7 +53,7 @@ MAKE_ARGS+= NO_VSYNC_OPENGL=yes .endif .if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= libdbus-1.so:${PORTSDIR}/devel/dbus .else MAKE_ARGS+= NO_DBUS=yes .endif @@ -66,7 +65,7 @@ BUILD_DEPENDS= a2x:${PORTSDIR}/textproc/ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl MAKE_ARGS+= DOCDIR=${DOCSDIR} MANDIR=${MANPREFIX}/man/man1 ALL_TARGET+= docs -MAN1= compton.1 compton-trans.1 +PLIST_FILES+= man/man1/compton.1.gz man/man1/compton-trans.1.gz PORTDOCS= README.md cdbus-driver.sh .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171738.s0HHcTHr095022>