diff options
author | decke <decke@FreeBSD.org> | 2018-02-10 04:28:59 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2018-02-10 04:28:59 +0800 |
commit | fe2b6038248b1c33dfd595380607183f52c0397c (patch) | |
tree | 7c8645b7f2066041fc398c28fc5c86b6098ab247 /x11-themes/sddm-freebsd-black-theme | |
parent | 7a560bdbfdd7cc6085c02e4b589241345131a855 (diff) | |
download | freebsd-ports-graphics-fe2b6038248b1c33dfd595380607183f52c0397c.tar.gz freebsd-ports-graphics-fe2b6038248b1c33dfd595380607183f52c0397c.tar.zst freebsd-ports-graphics-fe2b6038248b1c33dfd595380607183f52c0397c.zip |
- Add missing dependency on montserrat font
- Switch from PORTVERSION to DISTVERSION
- Bump PORTREVISION
Submitted by: lbdm@privacychain.ch (maintainer)
Differential Revision: https://reviews.freebsd.org/D14001
Diffstat (limited to 'x11-themes/sddm-freebsd-black-theme')
-rw-r--r-- | x11-themes/sddm-freebsd-black-theme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/sddm-freebsd-black-theme/Makefile b/x11-themes/sddm-freebsd-black-theme/Makefile index 77631b99670..7b785b9ed04 100644 --- a/x11-themes/sddm-freebsd-black-theme/Makefile +++ b/x11-themes/sddm-freebsd-black-theme/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= sddm-freebsd-black-theme -PORTVERSION= 1.0 +DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= lbdm@privacychain.ch @@ -10,6 +11,8 @@ COMMENT= Simple SDDM theme inspired on the FBSD SLiM theme LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/COPYING +RUN_DEPENDS= montserrat>=0:x11-fonts/montserrat + USE_GITHUB= yes GH_ACCOUNT= lebarondemerde |