diff options
author | salo <salo@pkgsrc.org> | 2003-04-13 01:30:19 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-04-13 01:30:19 +0000 |
commit | 011e5ecd236f053f51c0ff395718506c1a3c9535 (patch) | |
tree | 5824d605ba54044a6788f4c8528ae2860d524265 /textproc/eblook/Makefile | |
parent | c4434088d617ed19f85c910d0b06a43cb06d7ca6 (diff) | |
download | pkgsrc-011e5ecd236f053f51c0ff395718506c1a3c9535.tar.gz |
Bump PKGREVISION for eb update. Delint.
Diffstat (limited to 'textproc/eblook/Makefile')
-rw-r--r-- | textproc/eblook/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile index fe75b73bc84..8e4b8a2645c 100644 --- a/textproc/eblook/Makefile +++ b/textproc/eblook/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/02/06 04:24:12 uebayasi Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/13 01:30:19 salo Exp $ # DISTNAME= eblook-1.5.1 +PKGREVISION= 1 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ @@ -9,10 +10,10 @@ MAINTAINER= uebayasi@netbsd.org HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/ COMMENT= interactive command-line interface for EPWING electric dictionaries -USE_BUILDLINK2= # defined +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES -GNU_CONFIGURE= yes - -.include "../../textproc/eb/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../textproc/eb/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |