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 /audio/ardour6 | |
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 'audio/ardour6')
-rw-r--r-- | audio/ardour6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ardour6/Makefile b/audio/ardour6/Makefile index 9495303bd66b..28e4d67c73c9 100644 --- a/audio/ardour6/Makefile +++ b/audio/ardour6/Makefile @@ -51,7 +51,6 @@ USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango USE_LDCONFIG= yes -INSTALLS_ICONS= yes BINARY_ALIAS+= gas=${CC} PLIST_SUB= ARDOURVERSION=${PORTVERSION} |