* the metaport was depending on both Qt-flavors * the gtk slave had redundant dependencies (reported by kwm) Submitted by: lebarondemerde@privacychain.ch Differential Revision: https://reviews.freebsd.org/D16284
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# $FreeBSD$
|
|
PORTREVISION= 1
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
|
|
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"
|