svn commit: r313116 - head/editors/texworks
Max Brazhnikov
makc at FreeBSD.org
Thu Feb 28 17:12:08 UTC 2013
Author: makc
Date: Thu Feb 28 17:12:07 2013
New Revision: 313116
URL: http://svnweb.freebsd.org/changeset/ports/313116
Log:
- Add missing Qt4 components to fix build [1]
- Respect CC, etc by passing QMAKEFLAGS to qmake
- Tweak desktop entry
Approved by: gahr (maintainer)
Reported by: miwi [1]
Modified:
head/editors/texworks/Makefile
Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile Thu Feb 28 17:06:36 2013 (r313115)
+++ head/editors/texworks/Makefile Thu Feb 28 17:12:07 2013 (r313116)
@@ -18,7 +18,7 @@ LIB_DEPENDS= poppler-qt4:${PORTSDIR}/gra
USE_PKGCONFIG= build
USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \
- dbus xml
+ dbus xml scripttools designer_build
QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \
DATA_DIR=${DATADIR} \
DOCS_DIR=${DOCSDIR} \
@@ -36,8 +36,8 @@ DESKTOP_ENTRIES="TexWorks" \
"Lowering the entry barrier to the TeX world" \
"TeXworks" \
"${PORTNAME}" \
- "Utility;" \
- false
+ "Utility;Qt;" \
+ true
MAN1= texworks.1
PLIST_FILES= bin/texworks \
@@ -59,6 +59,6 @@ post-patch:
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKE_ARGS} TeXworks.pro
+ ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} TeXworks.pro
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list