pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/pluma



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep  9 22:37:49 UTC 2017

Modified Files:
        pkgsrc/editors/pluma: Makefile

Log Message:
Depend on bash properly, noted by wiz. Ride previous bump.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/editors/pluma/Makefile

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

Modified files:

Index: pkgsrc/editors/pluma/Makefile
diff -u pkgsrc/editors/pluma/Makefile:1.8 pkgsrc/editors/pluma/Makefile:1.9
--- pkgsrc/editors/pluma/Makefile:1.8   Sat Sep  9 22:03:30 2017
+++ pkgsrc/editors/pluma/Makefile       Sat Sep  9 22:37:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/09/09 22:03:30 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/09 22:37:49 dholland Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -13,9 +13,9 @@ CATEGORIES=   editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for the MATE
 
+USE_TOOLS+=    bash:run
 TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
-DEPENDS+=      bash-[0-9]*:../../shells/bash
 
 PKGCONFIG_OVERRIDE+=   data/pluma.pc.in
 



Home | Main Index | Thread Index | Old Index