diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-10 21:28:49 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-10 21:44:42 +0200 |
commit | 2c672a4de941dc57142d867ba42396b1b64d2921 (patch) | |
tree | 8df5490a1c027e22b101c5ee6a85de2599b1756c /cad/geda/Makefile | |
parent | devel/py-resolvelib: Update to 0.8.0 (diff) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Diffstat (limited to 'cad/geda/Makefile')
-rw-r--r-- | cad/geda/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index b67519bdc3c7..9d65f6e344c1 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -34,7 +34,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libstroke=${LOCALBASE} INSTALL_TARGET= install-strip USE_LDCONFIG= yes -INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-gaf |