diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:01:07 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-23 14:01:07 +0000 |
commit | 28472e9722d808739a4d690f6d803a2b1b8f5f98 (patch) | |
tree | 80f3dc9640edf388ccc396d92536260dc7b427ef /x11/plasma5-plasma-integration | |
parent | d467c3bae457e6fb347a0b3a36a96aed3e9a158f (diff) | |
download | freebsd-ports-28472e9722d808739a4d690f6d803a2b1b8f5f98.zip |
Revert "x11-fonts/noto*: Restructure and update"
This reverts commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8.
Diffstat (limited to 'x11/plasma5-plasma-integration')
-rw-r--r-- | x11/plasma5-plasma-integration/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/plasma5-plasma-integration/Makefile b/x11/plasma5-plasma-integration/Makefile index 97c7fc5e67fd..79da0677441f 100644 --- a/x11/plasma5-plasma-integration/Makefile +++ b/x11/plasma5-plasma-integration/Makefile @@ -1,6 +1,5 @@ PORTNAME= plasma-integration DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -35,9 +34,7 @@ NOTO_DESC= KDE default font LIGHT_DESC= Use noto-light BIG_DESC= Use complete noto -LIGHT_RUN_DEPENDS= noto-sans>=0:x11-fonts/noto-sans \ - noto-sans-mono>=0:x11-fonts/noto-sans-mono \ - noto-serif>=0:x11-fonts/noto-serif +LIGHT_RUN_DEPENDS= noto-basic>=0:x11-fonts/noto-basic BIG_RUN_DEPENDS= noto>=0:x11-fonts/noto .include <bsd.port.mk> |