diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-10 12:27:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-10 12:27:59 +0000 |
commit | 865c4f077b85ae182c66e8ef7249df4fe242d951 (patch) | |
tree | 21256995e9ce491063459ee4ee7f7d0817ab12fa /misc/vym | |
parent | 41a99c40ac2f726588e9ed1465867bca842a0059 (diff) | |
download | pkgsrc-865c4f077b85ae182c66e8ef7249df4fe242d951.tar.gz |
Fix path to and depend on perl and bash. Bump revision.
Diffstat (limited to 'misc/vym')
-rw-r--r-- | misc/vym/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/vym/Makefile b/misc/vym/Makefile index 03b00bfc741..cf945abaca3 100644 --- a/misc/vym/Makefile +++ b/misc/vym/Makefile @@ -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 @@ HOMEPAGE= http://sourceforge.net/projects/vym/ 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 |