Date: Sun, 20 Oct 2013 08:42:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330994 - head/net-p2p/transmission-qt4 Message-ID: <201310200842.r9K8ggZL073451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Oct 20 08:42:42 2013 New Revision: 330994 URL: http://svnweb.freebsd.org/changeset/ports/330994 Log: 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. Modified: head/net-p2p/transmission-qt4/Makefile Modified: head/net-p2p/transmission-qt4/Makefile ============================================================================== --- head/net-p2p/transmission-qt4/Makefile Sun Oct 20 08:34:45 2013 (r330993) +++ head/net-p2p/transmission-qt4/Makefile Sun Oct 20 08:42:42 2013 (r330994) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310200842.r9K8ggZL073451>