Index: head/x11/hsetroot/Makefile =================================================================== --- head/x11/hsetroot/Makefile (revision 457968) +++ head/x11/hsetroot/Makefile (revision 457969) @@ -1,32 +1,33 @@ # Created by: Vincent Tantardini <vinc@freebsd-fr.org> # $FreeBSD$ PORTNAME= hsetroot PORTVERSION= 1.0.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11 MAINTAINER= danfe@FreeBSD.org COMMENT= Wallpaper manipulation utility for X11 LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 +RUN_DEPENDS= xrandr:x11/xrandr USE_GITHUB= yes GH_ACCOUNT= himdel GH_TAGNAME= 47d887b USES= pkgconfig USE_XORG= x11 PLIST_FILES= bin/hsetroot PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>