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