svn commit: r335964 - head/textproc/dixit

John Marino marino at FreeBSD.org
Mon Dec 9 10:56:09 UTC 2013


Author: marino
Date: Mon Dec  9 10:56:08 2013
New Revision: 335964
URL: http://svnweb.freebsd.org/changeset/ports/335964

Log:
  textproc/dixit: Unbreak due to recent qmake rework
  
  For the platforms that require explicit linking, the recent qmake rework
  broke this port. However, LDFLAGS now works again so just move QMAKE_LFLAGS
  there to fix it.

Modified:
  head/textproc/dixit/Makefile

Modified: head/textproc/dixit/Makefile
==============================================================================
--- head/textproc/dixit/Makefile	Mon Dec  9 10:32:33 2013	(r335963)
+++ head/textproc/dixit/Makefile	Mon Dec  9 10:56:08 2013	(r335964)
@@ -22,7 +22,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 USES=		qmake
 USE_QT4=	corelib gui network moc_build rcc_build
-QMAKE_ARGS=	QMAKE_LFLAGS="-lz"
+LDFLAGS=	-lz
 
 PLIST_SUB=	_DB=${_DB} DB_DIR=${DB_DIR} _DB_F=${_DB_F}
 


More information about the svn-ports-head mailing list