summaryrefslogtreecommitdiff
path: root/x11/kitty
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-01-29 04:42:57 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-01-29 04:42:57 +0000
commitf8b12b96e5f2dbaaefeb8f94ab35066a11e10fcb (patch)
treefa6399688985f0db24b4f5e4ef6623190ad3693b /x11/kitty
parent63b885f99fd74a9cd4597bd6f90170a48f5e025a (diff)
downloadpkgsrc-f8b12b96e5f2dbaaefeb8f94ab35066a11e10fcb.tar.gz
x11/kitty: move bsd.prefs.mk placement to fix builds
bsd.prefs.mk needs to be first to pull in an appropriate Python version if one isn't already installed. XXX there are still other build issues.
Diffstat (limited to 'x11/kitty')
-rw-r--r--x11/kitty/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile
index 3082cf8ca8b..63e798ecaf0 100644
--- a/x11/kitty/Makefile
+++ b/x11/kitty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/12/18 16:06:37 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/29 04:42:57 gutteridge Exp $
DISTNAME= kitty-0.12.3
CATEGORIES= x11
@@ -15,6 +15,8 @@ EXTRACT_USING= bsdtar
USE_TOOLS+= gmake pkg-config
BUILD_TARGET= app
+.include "../../mk/bsd.prefs.mk"
+
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-build
SUBST_MESSAGE.python= Replace path of Python interpreter.
@@ -42,8 +44,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/man/man1/kitty.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/kitty.1
-.include "../../mk/bsd.prefs.mk"
-
.if ${OPSYS} != "Darwin"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"