pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/kitty x11/kitty: move bsd.prefs.mk placement to fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7ffc7c5461b
branches:  trunk
changeset: 318717:f7ffc7c5461b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Tue Jan 29 04:42:57 2019 +0000

description:
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:

 x11/kitty/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b4412c09e378 -r f7ffc7c5461b x11/kitty/Makefile
--- a/x11/kitty/Makefile        Tue Jan 29 03:11:03 2019 +0000
+++ b/x11/kitty/Makefile        Tue Jan 29 04:42:57 2019 +0000
@@ -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 @@
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index