diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-05 19:44:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-05 19:44:01 +0000 |
commit | 4a2c81680fcf54e8749802284f6504ec4e1e0420 (patch) | |
tree | 62174654db3b8aa9f0965e1824d4cbfde9cc1e88 /editors | |
parent | e55de1a330dafdb31ef9932a8da2bbca1a91e3cb (diff) | |
download | pkgsrc-4a2c81680fcf54e8749802284f6504ec4e1e0420.tar.gz |
Add -DGTAGS to the CFLAGS. Bump PKGREVISION because the binary changes.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-m17n/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index ea34ae20686..8a902256bff 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2005/12/01 18:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2005/12/05 19:44:01 wiz Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040401 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ @@ -25,6 +26,8 @@ CONFIGURE_ARGS+=--enable-multibyte --program-prefix=n CONFIGURE_ENV+= vi_cv_path_shell=${TOOLS_SH:Q} USE_TOOLS+= sh +CPPFLAGS+= -DGTAGS + .include "options.mk" AUTODETECT.big5=cn |