diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2021-12-04 20:03:13 +0000 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-12-04 20:03:13 +0000 |
commit | 8f608f0cd9a5bcc9c439e8fe15bd38affb5a6ef7 (patch) | |
tree | 79084ae6587f6e357b192bb238da6b8633278558 /x11-themes/qogir-gtk-themes/Makefile | |
parent | 3aff9305be9f1337332b39ae6c5fe2326ae6dc4b (diff) | |
download | ports-8f608f0cd9a5bcc9c439e8fe15bd38affb5a6ef7.tar.gz ports-8f608f0cd9a5bcc9c439e8fe15bd38affb5a6ef7.zip |
x11-themes/qogir-gtk-themes: Update to 2021-11-17
Diffstat (limited to 'x11-themes/qogir-gtk-themes/Makefile')
-rw-r--r-- | x11-themes/qogir-gtk-themes/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-themes/qogir-gtk-themes/Makefile b/x11-themes/qogir-gtk-themes/Makefile index 2133b8fdda32..05ee12bb671b 100644 --- a/x11-themes/qogir-gtk-themes/Makefile +++ b/x11-themes/qogir-gtk-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken <Alexander88207@protonmail.com> PORTNAME= qogir-gtk-themes -DISTVERSION= 2021-08-02 +DISTVERSION= 2021-11-17 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com @@ -10,7 +10,9 @@ COMMENT= Qogir is a flat Design theme for GTK LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= bash>0:shells/bash +BUILD_DEPENDS= bash>0:shells/bash \ + gsed:textproc/gsed \ + sassc>0:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \ gtk-engines2>0:x11-themes/gtk-engines2 @@ -25,6 +27,6 @@ NO_BUILD= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes - ${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes + ${WRKSRC}/install.sh -t all -d ${STAGEDIR}${PREFIX}/share/themes .include <bsd.port.mk> |