summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsalo <salo>2004-10-15 09:49:36 +0000
committersalo <salo>2004-10-15 09:49:36 +0000
commit0a31af9529d6cb19aad731be8fd165f2c3ab6d63 (patch)
treecdcdbea2188ebf965d679376b3d40befeef0e691
parent95b3bfeb4851b18d6cf2ef354af3d51636771070 (diff)
downloadpkgsrc-0a31af9529d6cb19aad731be8fd165f2c3ab6d63.tar.gz
Use libltdl, not libtool after recent changes. (hi tv!)
Bump PKGREVISION.
-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"