diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-07 08:27:28 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-07 08:27:28 +0000 |
commit | 9cd489f08252eb9fd9fdf0c052173ba3407e9107 (patch) | |
tree | 9021818fae28575a94cc75a4fa846ecc09d0e02a /editors | |
parent | 4b714f9b020e1fd91638cc42bf1203f54c5172bb (diff) | |
download | ports-9cd489f08252eb9fd9fdf0c052173ba3407e9107.tar.gz ports-9cd489f08252eb9fd9fdf0c052173ba3407e9107.zip |
Notes
Diffstat (limited to 'editors')
-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 be61ac238591..563b3ceec663 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \ dbus xml QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \ |