pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/dict-client Use libltdl, not libtool after re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6b1ad1c3643
branches:  trunk
changeset: 481935:f6b1ad1c3643
user:      salo <salo%pkgsrc.org@localhost>
date:      Fri Oct 15 09:49:36 2004 +0000

description:
Use libltdl, not libtool after recent changes. (hi tv!)
Bump PKGREVISION.

diffstat:

 textproc/dict-client/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 2baf3a012077 -r f6b1ad1c3643 textproc/dict-client/Makefile
--- a/textproc/dict-client/Makefile     Fri Oct 15 08:45:50 2004 +0000
+++ b/textproc/dict-client/Makefile     Fri Oct 15 09:49:36 2004 +0000
@@ -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 @@
 
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        make
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
 
 ALL_TARGET=    dict
 INSTALL_TARGET=        install.dict
@@ -23,6 +23,5 @@
 
 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"



Home | Main Index | Thread Index | Old Index