diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-05 16:44:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-05 16:44:52 +0000 |
commit | 67ad9a89909a0cf58a99959b47cca5a5837aba23 (patch) | |
tree | 43cf86a3117d31a2eb7250649184e5d7fc216dff /editors | |
parent | e3085506ce1b15b1507b3f36117f805b5ee7dde4 (diff) | |
download | pkgsrc-67ad9a89909a0cf58a99959b47cca5a5837aba23.tar.gz |
Fix path to Perl. Bump revision.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vile/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile index a62e384b560..9a8b7193b78 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2006/09/09 02:41:58 obache Exp $ +# $NetBSD: Makefile,v 1.48 2007/08/05 16:44:52 joerg Exp $ DISTNAME= vile-9.5 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://dickey.his.com/vile/ \ ftp://invisible-island.net/vile/ @@ -16,6 +17,8 @@ CONFIGURE_ARGS+= --datadir=${DATADIR:Q} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR:Q} USE_TOOLS+= perl:run +REPLACE_PERL= perl/vileget + CPPFLAGS.NetBSD+= -DMISSING_EXTERN_ENVIRON MAKE_FILE= makefile |