Date: Thu, 28 Feb 2013 17:12:08 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313116 - head/editors/texworks Message-ID: <201302281712.r1SHC8jd076086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281712.r1SHC8jd076086>