diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-11-23 18:41:13 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-11-23 18:41:13 +0800 |
commit | 3603f7afc7f672f225b5f1c558f745a784284d24 (patch) | |
tree | 505cf86632139b05b0a1702f6bafa57bd33fe27e /print | |
parent | 2662c3fdfd45f2b6908dfb90e53a96ff9bf70672 (diff) | |
download | freebsd-ports-gnome-3603f7afc7f672f225b5f1c558f745a784284d24.tar.gz freebsd-ports-gnome-3603f7afc7f672f225b5f1c558f745a784284d24.tar.zst freebsd-ports-gnome-3603f7afc7f672f225b5f1c558f745a784284d24.zip |
Fix build by adding two missed dependencies.
Reported by: antoine (during exp-run for PR 204672)
Approved by: portmgr ("just fix it" blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/qpdfview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 5a3f410949a4..f7b1aca7e996 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -33,7 +33,7 @@ CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre DJVU_QMAKE_OFF= "CONFIG+=without_djvu" -QT4_USE= qt4=dbus,gui,linguisttools,sql,sql-sqlite3,svg,xml +QT4_USE= qt4=dbus,gui,linguisttools,moc_build,rcc_build,sql,sql-sqlite3,svg,xml QT4_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 QT5_USE= qt5=concurrent,linguisttools,printsupport,sql,sql-sqlite3 |