diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-19 19:25:33 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-19 19:25:33 +0800 |
commit | 9a49e11ceff98349050d13f33efc5355d3a3fb3b (patch) | |
tree | 82a45bbeaee6957817913f1663d35ad789bae171 /net-p2p | |
parent | 9f87dd7d4bcce343f6c5f2063484dbef25cc24c2 (diff) | |
download | freebsd-ports-graphics-9a49e11ceff98349050d13f33efc5355d3a3fb3b.tar.gz freebsd-ports-graphics-9a49e11ceff98349050d13f33efc5355d3a3fb3b.tar.zst freebsd-ports-graphics-9a49e11ceff98349050d13f33efc5355d3a3fb3b.zip |
Add explicit QMAKE_LFLAGS for iconv.
Submitted by: marino
Approved by: portmgr (bapt, implicit)
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 e23a2d15982..6c2eb6adfbb 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 \ |