summaryrefslogtreecommitdiff
path: root/textproc/dict-client
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-10-15 09:49:36 +0000
committersalo <salo@pkgsrc.org>2004-10-15 09:49:36 +0000
commitd14d81ee8e61bbe9e6331d6587dec497b308de57 (patch)
treecdcdbea2188ebf965d679376b3d40befeef0e691 /textproc/dict-client
parent53932541a255fe0998fbf3e584d57623930db876 (diff)
downloadpkgsrc-d14d81ee8e61bbe9e6331d6587dec497b308de57.tar.gz
Use libltdl, not libtool after recent changes. (hi tv!)
Bump PKGREVISION.
Diffstat (limited to 'textproc/dict-client')
-rw-r--r--textproc/dict-client/Makefile9
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"