diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-12-08 02:09:34 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-12-08 02:09:34 +0800 |
commit | 73664d75140bb875bfd8a7d51d9e3c102c98bfc3 (patch) | |
tree | 3312b6c1439bec57bd94f607499eb02c5ab350b2 /print/qpdfview | |
parent | 7f5bc3e35109b764a3558de61e129b29b3d0ba2d (diff) | |
download | freebsd-ports-gnome-73664d75140bb875bfd8a7d51d9e3c102c98bfc3.tar.gz freebsd-ports-gnome-73664d75140bb875bfd8a7d51d9e3c102c98bfc3.tar.zst freebsd-ports-gnome-73664d75140bb875bfd8a7d51d9e3c102c98bfc3.zip |
- Fix build, when QT5 option is set
- Bump PORTREVISION
PR: 204947
Submitted by: myself
Approved by: vg@ (maintainer)
Diffstat (limited to 'print/qpdfview')
-rw-r--r-- | print/qpdfview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index f7b1aca7e996..32a17ebf9d2b 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -3,6 +3,7 @@ PORTNAME= qpdfview PORTVERSION= 0.4.16 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/226592308/ \ https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/ @@ -36,7 +37,7 @@ DJVU_QMAKE_OFF= "CONFIG+=without_djvu" 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 +QT5_USE= qt5=buildtools_build,concurrent,linguisttools,printsupport,sql,sql-sqlite3,svg,xml QT5_LIB_DEPENDS= libpoppler-qt5.so:${PORTSDIR}/graphics/poppler-qt5 PS_LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre |