diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-08 17:37:36 +0000 |
commit | a97d27b793138360395581a5e0cdd234d807faf1 (patch) | |
tree | 7a889ee5699b155c296e966612c247925c51efc9 /editors | |
parent | 617f4006756ef329142583c6c3be57fad18650ee (diff) | |
download | ports-a97d27b793138360395581a5e0cdd234d807faf1.tar.gz ports-a97d27b793138360395581a5e0cdd234d807faf1.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texworks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index f310804eb78d..04282272fc98 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 USES= pkgconfig USE_QT4= qmake_build gui corelib rcc_build moc_build uic_build \ dbus xml scripttools designer_build +QMAKEFLAGS= QMAKE_LFLAGS="-lz" QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \ DATA_DIR=${DATADIR} \ DOCS_DIR=${DOCSDIR} \ |