pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got-portable



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Jan  7 00:50:33 UTC 2023

Modified Files:
        pkgsrc/devel/got-portable: Makefile

Log Message:
devel/got-portable: GNU bison required on Linux and macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/got-portable/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/got-portable/Makefile
diff -u pkgsrc/devel/got-portable/Makefile:1.2 pkgsrc/devel/got-portable/Makefile:1.3
--- pkgsrc/devel/got-portable/Makefile:1.2      Tue Dec 20 08:58:20 2022
+++ pkgsrc/devel/got-portable/Makefile  Sat Jan  7 00:50:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/20 08:58:20 vins Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/07 00:50:33 vins Exp $
 
 DISTNAME=      got-portable-0.79
 CATEGORIES=    devel
@@ -26,12 +26,13 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"
+USE_TOOLS+=    bison
 # compatibility macros and functions for Linux.
 .  include "../../devel/libbsd/buildlink3.mk"
 .endif
 
 .if ${OPSYS} == "Darwin"
-CONFIGURE_ENV+=        HB_PREFIX=${PREFIX}
+USE_TOOLS+=    bison
 # define uuid library to use
 .  include "../../devel/ossp-uuid/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index