diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2021-06-16 09:00:53 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2021-06-16 09:10:39 +0000 |
commit | 3bebcafdc346d1f0114a98a1f6afc66fcedff6ad (patch) | |
tree | 57063cdf480b0cd11f4c58832673d8b179d72ffc | |
parent | 0053176cbbb9eea53a817fa0db6249be17ea5ab4 (diff) | |
download | ports-3bebcafdc346d1f0114a98a1f6afc66fcedff6ad.tar.gz ports-3bebcafdc346d1f0114a98a1f6afc66fcedff6ad.zip |
x11-toolkits/tk87: add build dependency on zip
PR: 256629
Reported by: m.ne@gmx.net
-rw-r--r-- | x11-toolkits/tk87/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/tk87/Makefile b/x11-toolkits/tk87/Makefile index 835e91ee8fa8..64ae406694ce 100644 --- a/x11-toolkits/tk87/Makefile +++ b/x11-toolkits/tk87/Makefile @@ -18,6 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig +BUILD_DEPENDS= zip:archivers/zip OPTIONS_DEFINE= TKMAN DEMOS OPTIONS_SUB= yes |