pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gnustep-make



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Nov  3 12:40:11 UTC 2020

Modified Files:
        pkgsrc/devel/gnustep-make: Makefile

Log Message:
gnustep-make: fix invalid bash replacement


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/gnustep-make/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/gnustep-make/Makefile
diff -u pkgsrc/devel/gnustep-make/Makefile:1.61 pkgsrc/devel/gnustep-make/Makefile:1.62
--- pkgsrc/devel/gnustep-make/Makefile:1.61     Tue Nov  3 11:24:31 2020
+++ pkgsrc/devel/gnustep-make/Makefile  Tue Nov  3 12:40:11 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/11/03 11:24:31 triaxx Exp $
+# $NetBSD: Makefile,v 1.62 2020/11/03 12:40:11 triaxx Exp $
 
 DISTNAME=      gnustep-make-2.8.0
-#PKGREVISION=  1
+PKGREVISION=   1
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -11,7 +11,7 @@ COMMENT=      GNUstep makefile package
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES+=                c99 objc c++ objc-c++
-USE_TOOLS+=            csh
+USE_TOOLS+=            bash csh
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
 CONFIGURE_ARGS+=       --disable-importing-config-file



Home | Main Index | Thread Index | Old Index