summaryrefslogtreecommitdiff
path: root/textproc/dict-client
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-04 23:46:36 +0000
committersnj <snj@pkgsrc.org>2004-05-04 23:46:36 +0000
commit65a932dba986c3488c19dbdecf419fa033336d1c (patch)
treeaf7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/dict-client
parent197ed63787aa7c4786272167df6c6c10637fa0bb (diff)
downloadpkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz
Convert to buildlink3.
Diffstat (limited to 'textproc/dict-client')
-rw-r--r--textproc/dict-client/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile
index 74fa21a65c4..8699c400ce0 100644
--- a/textproc/dict-client/Makefile
+++ b/textproc/dict-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/03/28 21:43:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/04 23:46:36 snj Exp $
DISTNAME= dictd-1.8.0
PKGNAME= dict-client-1.8.0
@@ -10,7 +10,7 @@ MAINTAINER= mike@ethmoid.org
HOMEPAGE= http://www.dict.org/
COMMENT= Dictionary Service Protocol client
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= # defined
@@ -24,5 +24,5 @@ DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo
CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR}
# XXX This is needed by libltdl.
-.include "../../devel/libtool/buildlink2.mk"
+.include "../../devel/libtool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"