pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ristretto
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Jun 14 12:55:51 UTC 2025
Modified Files:
pkgsrc/graphics/ristretto: Makefile
Log Message:
ristretto: needs xfce4-dev-tools due to autotools regen
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/graphics/ristretto/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ristretto/Makefile
diff -u pkgsrc/graphics/ristretto/Makefile:1.79 pkgsrc/graphics/ristretto/Makefile:1.80
--- pkgsrc/graphics/ristretto/Makefile:1.79 Sat Jun 14 01:14:51 2025
+++ pkgsrc/graphics/ristretto/Makefile Sat Jun 14 12:55:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2025/06/14 01:14:51 gutteridge Exp $
+# $NetBSD: Makefile,v 1.80 2025/06/14 12:55:51 gutteridge Exp $
VERSION= 0.13.4
DISTNAME= ristretto-${VERSION}
@@ -11,15 +11,17 @@ HOMEPAGE= https://goodies.xfce.org/proje
COMMENT= Xfce image viewer
LICENSE= gnu-gpl-v2
-CONFIGURE_ARGS+= --enable-maintainer-mode
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake autoreconf
USE_TOOLS+= gmake pkg-config msgfmt gdbus-codegen
+TOOL_DEPENDS+= xfce4-dev-tools>=4.20.0:../../devel/xfce4-dev-tools
+
+CONFIGURE_ARGS+= --enable-maintainer-mode
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
LDFLAGS.DragonFly= -lX11
LDFLAGS.FreeBSD= -lX11
LDFLAGS.SunOS= -lX11
Home |
Main Index |
Thread Index |
Old Index