diff --git a/deskutils/arttime/Makefile b/deskutils/arttime/Makefile index 8f2057a0ed5f..06cfcd335848 100644 --- a/deskutils/arttime/Makefile +++ b/deskutils/arttime/Makefile @@ -1,29 +1,31 @@ PORTNAME= arttime PORTVERSION= 2.0.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= Bring curated text/ascii art to artless terminals WWW= https://github.com/poetaman/arttime LICENSE= GPLv3 BUILD_DEPENDS= zsh>=5.8:shells/zsh -RUN_DEPENDS= notify-send:devel/libnotify \ +RUN_DEPENDS= ${LOCALBASE}/share/terminfo/x/xterm-256color:misc/terminfo-db \ + fzf:textproc/fzf \ + notify-send:devel/libnotify \ ogg123:audio/vorbis-tools \ zsh>=5.8:shells/zsh USE_GITHUB= yes GH_ACCOUNT= poetaman GH_TAGNAME= 6716e6b NO_ARCH= yes NO_BUILD= yes do-install: ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${WRKSRC}/install.sh \ --prefix ${STAGEDIR}${PREFIX} --noupdaterc .include