diff options
-rw-r--r-- | textproc/dict-client/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 8699c400ce0..7c4350b6685 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/05/04 23:46:36 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/10/15 09:49:36 salo Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-client-1.8.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ @@ -12,7 +12,7 @@ COMMENT= Dictionary Service Protocol client USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict @@ -23,6 +23,5 @@ DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} -# XXX This is needed by libltdl. -.include "../../devel/libtool/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |