pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/vym Fix path to and depend on perl and bash. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3138b8c7d4fa
branches:  trunk
changeset: 544093:3138b8c7d4fa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jul 10 12:27:59 2008 +0000

description:
Fix path to and depend on perl and bash. Bump revision.

diffstat:

 misc/vym/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 35ba16a0b4aa -r 3138b8c7d4fa misc/vym/Makefile
--- a/misc/vym/Makefile Thu Jul 10 12:19:23 2008 +0000
+++ b/misc/vym/Makefile Thu Jul 10 12:27:59 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/05 19:36:37 agc Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/10 12:27:59 joerg Exp $
 #
 
 DISTNAME=              vym-1.8.1
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vym/}
 
@@ -10,6 +11,10 @@
 COMMENT=               Mind-mapping software
 
 USE_LANGUAGES+=                c c++
+USE_TOOLS+=            perl:run bash:run
+
+REPLACE_PERL+=         scripts/exportvym scripts/niceXML
+REPLACE_BASH+=         scripts/update-bookmarks
 
 SUBST_CLASSES+=                appdir
 SUBST_STAGE.appdir=    post-patch



Home | Main Index | Thread Index | Old Index