2c672a4de9
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)
18 lines
422 B
Makefile
18 lines
422 B
Makefile
PKGNAMESUFFIX= -gtk
|
|
PORTREVISION= 4
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
|
libnotify.so:devel/libnotify
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
|
|
|
USES= desktop-file-utils gnome ssl
|
|
NLS_USES= gettext-tools:build
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack pango
|
|
|
|
MASTERDIR= ${.CURDIR}/../transmission-cli
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
SLAVEPORT= gtk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|