aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-19 11:25:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-19 11:25:33 +0000
commit31d7f8c6527af27d5a6f0de90e74ea9c729281c3 (patch)
tree82a45bbeaee6957817913f1663d35ad789bae171 /net-p2p
parent1003e8f8c5a0f0832563c84a19bd7f7949a3fcf9 (diff)
downloadports-31d7f8c6527af27d5a6f0de90e74ea9c729281c3.tar.gz
ports-31d7f8c6527af27d5a6f0de90e74ea9c729281c3.zip
Add explicit QMAKE_LFLAGS for iconv.
Submitted by: marino Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=327611
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-qt4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile
index e23a2d159824..6c2eb6adfbb4 100644
--- a/net-p2p/transmission-qt4/Makefile
+++ b/net-p2p/transmission-qt4/Makefile
@@ -17,6 +17,7 @@ SLAVEPORT= qt4
QT_NONSTANDARD= yes
USE_QT4= moc_build qmake_build rcc_build uic_build gui dbus network
USE_GNOME= desktopfileutils
+QMAKE_LFLAGS= -lcrypto -L${LOCALBASE}/lib ${ICONV_LIB}
EXTRA_CONF_ARGS=--disable-cli \
--disable-daemon \