diff options
author | marino <marino@FreeBSD.org> | 2013-10-20 16:42:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-20 16:42:42 +0800 |
commit | ece962346bfad0ea6272651f57b33576206ea280 (patch) | |
tree | db69fb242698c4703306f81fb3370ec7e5bf1d8c /net-p2p | |
parent | 80ae6f3b55df25deed59d2f0709571d51946e2d9 (diff) | |
download | freebsd-ports-gnome-ece962346bfad0ea6272651f57b33576206ea280.tar.gz freebsd-ports-gnome-ece962346bfad0ea6272651f57b33576206ea280.tar.zst freebsd-ports-gnome-ece962346bfad0ea6272651f57b33576206ea280.zip |
net/transmission-qt4: Fix QMAKEFLAGS properly
Set QMAKEFLAGS value as intended. The original patch was modified
to the previous state with the idea it was equivalent. It wasn't.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index a7c9ad471692..faa081887e16 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -17,7 +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} +QMAKEFLAGS= QMAKE_LFLAGS="-lcrypto -L${LOCALBASE}/lib ${ICONV_LIB}" EXTRA_CONF_ARGS=--disable-cli \ --disable-daemon \ |