aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-08-04 02:05:29 +0800
committermarino <marino@FreeBSD.org>2014-08-04 02:05:29 +0800
commit9d8cb61c98d2d31b59f169b4546232ef8f176add (patch)
tree993febc2831a844f83cecacddec8ede2a3c31e3f /net-p2p
parent0dbf02629e97b8d597cbdaa8852ec74f7a5980cd (diff)
downloadfreebsd-ports-gnome-9d8cb61c98d2d31b59f169b4546232ef8f176add.tar.gz
freebsd-ports-gnome-9d8cb61c98d2d31b59f169b4546232ef8f176add.tar.zst
freebsd-ports-gnome-9d8cb61c98d2d31b59f169b4546232ef8f176add.zip
transmission-* cleanup
I missed the -linotify LDFLAG on the transmission-gtk port. It was also pointed out by the submitter than transmission-qt4 now has a duplicate -lcrypto LDFLAG so let's remove that. PR: 192319 Submitted by: Ivan Klymenko
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-gtk/Makefile1
-rw-r--r--net-p2p/transmission-qt4/Makefile1
2 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-gtk/Makefile b/net-p2p/transmission-gtk/Makefile
index ca525bb1fbae..80ddf7b25eef 100644
--- a/net-p2p/transmission-gtk/Makefile
+++ b/net-p2p/transmission-gtk/Makefile
@@ -21,6 +21,7 @@ SLAVEPORT= gtk
USE_GNOME= gtk30 intlhack
USES= gettext pathfix desktop-file-utils
INSTALLS_ICONS= yes
+LDFLAGS+= -linotify
EXTRA_CONF_ARGS=--disable-cli \
--disable-daemon \
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile
index 7ff6bf2a061c..a4444d732636 100644
--- a/net-p2p/transmission-qt4/Makefile
+++ b/net-p2p/transmission-qt4/Makefile
@@ -17,7 +17,6 @@ SLAVEPORT= qt4
QT_NONSTANDARD= yes
USE_QT4= moc_build qmake_build rcc_build uic_build gui dbus network
USES= desktop-file-utils
-LDFLAGS+= -lcrypto
EXTRA_CONF_ARGS=--disable-cli \
--disable-daemon \