aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-10-11 06:57:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-11 07:02:24 +0000
commit7e81141577d3e5cf068e4f3c3e995dd7ccc3129a (patch)
treeebd56c8776e642aaebc770448fbcead34a108b92
parent42eecec387174ba3d4436ed6cee9c0a025af3da0 (diff)
downloadports-7e81141577d3e5cf068e4f3c3e995dd7ccc3129a.tar.gz
ports-7e81141577d3e5cf068e4f3c3e995dd7ccc3129a.zip
x11-themes/gnome-icon-theme-symbolic: fix build
After the removal of gtk-update-icon-cache, this port wrongly was calling it at build time. Ensure it is not needed anymore. While here: remove unneeded USE_GNOME=gnomeprefix and USES=gnome add license Reported by: antoine
-rw-r--r--x11-themes/gnome-icon-theme-symbolic/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-themes/gnome-icon-theme-symbolic/Makefile b/x11-themes/gnome-icon-theme-symbolic/Makefile
index 0500a9eb81dd..414b20922913 100644
--- a/x11-themes/gnome-icon-theme-symbolic/Makefile
+++ b/x11-themes/gnome-icon-theme-symbolic/Makefile
@@ -10,18 +10,15 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Symbolic Icons
+LICENSE= CC-BY-SA-3.0
+LICENSE_FILES= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
-USES= gmake gnome pathfix pkgconfig tar:xz
-USE_GNOME= gnomeprefix
+USES= gmake localbase pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GIT="" \
- ac_cv_path_INKSCAPE=""
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-patch:
- @${REINPLACE_CMD} -e 's|(GTK_UPDATE_ICON_CACHE) -q |(GTK_UPDATE_ICON_CACHE) -q -t -f |'g \
- ${WRKSRC}/Makefile.in
+ ac_cv_path_INKSCAPE="" \
+ ac_cv_path_GTK_UPDATE_ICON_CACHE=/usr/bin/true
.include <bsd.port.mk>