diff options
author | Slávek Banko <[email protected]> | 2024-05-06 17:50:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-05-07 09:53:34 +0200 |
commit | 2228bc7e103dc6cb740e25082f2fc0a002c37f22 (patch) | |
tree | 7b0f46a594725a4d5b8978bbccc4ac93af6c8aac /freebsd/applications/themes/tde-style-polyester/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 <[email protected]>
(cherry picked from commit 6e966d18f421ef993425460f5a392f0af7096c6a)
Diffstat (limited to 'freebsd/applications/themes/tde-style-polyester/Makefile')
-rw-r--r-- | freebsd/applications/themes/tde-style-polyester/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/applications/themes/tde-style-polyester/Makefile b/freebsd/applications/themes/tde-style-polyester/Makefile index 2e98b4e5b..e99462eb1 100644 --- a/freebsd/applications/themes/tde-style-polyester/Makefile +++ b/freebsd/applications/themes/tde-style-polyester/Makefile @@ -11,7 +11,7 @@ PORTNAME= tde-style-polyester-trinity COMMENT= Polyester widget style and twin decoration for TDE TDE_PREVERSION= MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-themes DIST_SUBDIR= TDE/applications/themes |