diff options
-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 |