xpdf4: don't accidentally find qt6
This commit is contained in:
parent
efd5ac0773
commit
4e4d560c17
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2023/11/12 13:23:22 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2024/02/19 09:27:11 markd Exp $
|
||||
|
||||
DISTNAME= xpdf-4.04
|
||||
PKGREVISION= 12
|
||||
|
@ -18,6 +18,9 @@ USE_LANGUAGES= c c++
|
|||
|
||||
TOOL_DEPENDS+= icoutils-[0-9]*:../../graphics/icoutils
|
||||
|
||||
# don't accidentally find qt6
|
||||
CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Qt6Widgets=TRUE
|
||||
|
||||
INSTALLATION_DIRS+= share/applications
|
||||
INSTALLATION_DIRS+= share/icons/hicolor/scalable/apps
|
||||
INSTALLATION_DIRS+= share/icons/hicolor/256x256/apps
|
||||
|
|
Loading…
Reference in a new issue