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
This commit is contained in:
John Marino 2014-08-03 18:05:29 +00:00
parent 52367cc9d5
commit dd3d2721eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363928
2 changed files with 1 additions and 1 deletions

View file

@ -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 \

View file

@ -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 \