rawtherapee: build fix
This commit is contained in:
parent
b941f9073b
commit
a4b1f9f1fc
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2018/04/16 14:34:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2018/09/29 18:38:32 tnn Exp $
|
||||
|
||||
DISTNAME= RawTherapee-5.3
|
||||
PKGNAME= ${DISTNAME:tl}
|
||||
|
@ -19,6 +19,10 @@ USE_TOOLS+= pkg-config
|
|||
|
||||
CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR}
|
||||
|
||||
# ReleaseInfo.cmake must exist or it will try to use git(1) to regen it.
|
||||
pre-configure:
|
||||
touch ${WRKSRC}/ReleaseInfo.cmake
|
||||
|
||||
.include "../../audio/libcanberra/buildlink3.mk"
|
||||
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
||||
.include "../../graphics/lcms2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue