diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:19:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:19:45 +0000 |
commit | e6f882f47a06d4f79159cde5cfcf087a328b5ae3 (patch) | |
tree | d1c32a7b5fa2a2eaa7b78f599c959792a18b9fa4 /editors/texworks | |
parent | b1fada5017e87f12716eab88bf293880c4e2310e (diff) |
Notes
Diffstat (limited to 'editors/texworks')
-rw-r--r-- | editors/texworks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index ea2ce281714a..7d70385e075f 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 -USE_PKGCONFIG= build +USES= pkgconfig USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \ dbus xml scripttools designer_build QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \ |