diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2018-02-09 20:28:59 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2018-02-09 20:28:59 +0000 |
commit | f9a6b4febe64aee351b5d5514dc67180b21c085b (patch) | |
tree | 7c8645b7f2066041fc398c28fc5c86b6098ab247 | |
parent | - Update conky to 1.10.8 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=461336
-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 77631b996702..7b785b9ed049 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 |