Make sure Qt5 is not picked up.
The patch to add new -qt5 subpackage is being worked on, but won't hit CVS until Qt5 is enabled in builds.
This commit is contained in:
parent
cb198d5ef3
commit
d10d7c5043
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.88 2014/11/18 18:59:08 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.89 2014/12/10 20:51:49 zhuk Exp $
|
||||
|
||||
COMMENT-main= PDF rendering library
|
||||
COMMENT-qt= qt interface to PDF rendering library
|
||||
@ -55,6 +55,9 @@ MODULES+= x11/qt4
|
||||
CONFIGURE_ARGS+= --disable-poppler-qt4
|
||||
.endif
|
||||
|
||||
# until Qt5 is enabled
|
||||
CONFIGURE_ARGS+= --disable-poppler-qt5
|
||||
|
||||
MODULES+= devel/gettext
|
||||
|
||||
BUILD_DEPENDS+= devel/gobject-introspection
|
||||
|
Loading…
Reference in New Issue
Block a user