diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-05-06 17:50:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-05-07 09:53:34 +0200 |
commit | 2228bc7e103dc6cb740e25082f2fc0a002c37f22 (patch) | |
tree | 7b0f46a594725a4d5b8978bbccc4ac93af6c8aac /freebsd/applications/themes/twin-style-fahrenheit/Makefile | |
parent | eacb0eb5ddd024b622fee53d14d4ceedda001de2 (diff) | |
download | tde-packaging-2228bc7e103dc6cb740e25082f2fc0a002c37f22.tar.gz tde-packaging-2228bc7e103dc6cb740e25082f2fc0a002c37f22.zip |
FreeBSD: Fix loading of window decoration module in twin for new styles.
This relates to issue TDE/tde-packaging-gentoo#373.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6e966d18f421ef993425460f5a392f0af7096c6a)
Diffstat (limited to 'freebsd/applications/themes/twin-style-fahrenheit/Makefile')
-rw-r--r-- | freebsd/applications/themes/twin-style-fahrenheit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/applications/themes/twin-style-fahrenheit/Makefile b/freebsd/applications/themes/twin-style-fahrenheit/Makefile index 5346daeda..c550e4027 100644 --- a/freebsd/applications/themes/twin-style-fahrenheit/Makefile +++ b/freebsd/applications/themes/twin-style-fahrenheit/Makefile @@ -11,7 +11,7 @@ PORTNAME= twin-style-fahrenheit-trinity COMMENT= TDE window decoration Fahrenheit TDE_PREVERSION= MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-themes DIST_SUBDIR= TDE/applications/themes |