Fix path to and depend on perl and bash. Bump revision.
This commit is contained in:
parent
41a99c40ac
commit
865c4f077b
1 changed files with 6 additions and 1 deletions
|
@ -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
|
DISTNAME= vym-1.8.1
|
||||||
|
PKGREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vym/}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vym/}
|
||||||
|
|
||||||
|
@ -10,6 +11,10 @@ HOMEPAGE= http://sourceforge.net/projects/vym/
|
||||||
COMMENT= Mind-mapping software
|
COMMENT= Mind-mapping software
|
||||||
|
|
||||||
USE_LANGUAGES+= c c++
|
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_CLASSES+= appdir
|
||||||
SUBST_STAGE.appdir= post-patch
|
SUBST_STAGE.appdir= post-patch
|
||||||
|
|
Loading…
Reference in a new issue