diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-19 11:25:33 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-19 11:25:33 +0000 |
commit | 31d7f8c6527af27d5a6f0de90e74ea9c729281c3 (patch) | |
tree | 82a45bbeaee6957817913f1663d35ad789bae171 /net-p2p | |
parent | 1003e8f8c5a0f0832563c84a19bd7f7949a3fcf9 (diff) | |
download | ports-31d7f8c6527af27d5a6f0de90e74ea9c729281c3.tar.gz ports-31d7f8c6527af27d5a6f0de90e74ea9c729281c3.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 1 |
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 \ |