diff options
-rw-r--r-- | textproc/eblook/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile index 68ebff379c1..822b5b92ba6 100644 --- a/textproc/eblook/Makefile +++ b/textproc/eblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/06/12 01:40:05 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/05 03:07:08 wiz Exp $ # DISTNAME= eblook-1.5.1 @@ -9,10 +9,10 @@ MAINTAINER= uebayasi@soum.co.jp HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/ COMMENT= interactive command-line interface for EPWING electric dictionaries -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined GNU_CONFIGURE= yes -.include "../../textproc/eb/buildlink.mk" -.include "../../devel/gettext-lib/buildlink.mk" +.include "../../textproc/eb/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |