aboutsummaryrefslogtreecommitdiff
path: root/graphics/ristretto/Makefile
diff options
context:
space:
mode:
authorAnton Saietskii <vsasjason@gmail.com>2023-09-02 09:38:11 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-09-02 09:38:11 +0000
commitb7ca0e85105a9ac68a9d9ea1bdac98dfcf766333 (patch)
tree23c4ad067e1e3523ab8905edb274ead2c05bec93 /graphics/ristretto/Makefile
parent6ca711ce977ce59511172e6f5a6bf69055e9e8c3 (diff)
downloadports-b7ca0e85105a9ac68a9d9ea1bdac98dfcf766333.tar.gz
ports-b7ca0e85105a9ac68a9d9ea1bdac98dfcf766333.zip
Diffstat (limited to 'graphics/ristretto/Makefile')
-rw-r--r--graphics/ristretto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 4b67e9d7bbe0..a9c380b2a915 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ristretto
PORTVERSION= 0.13.1
+PORTREVISION= 1
CATEGORIES= graphics xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@@ -22,10 +23,15 @@ USE_XORG= ice sm x11
GNU_CONFIGURE= yes
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= NLS TUMBLER
+OPTIONS_DEFAULT= TUMBLER
OPTIONS_SUB= yes
+TUMBLER_DESC= Install Tumbler dependency for creating thumbnails
+
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
+TUMBLER_RUN_DEPENDS= xfce4-tumbler>0:deskutils/xfce4-tumbler
+
.include <bsd.port.mk>