diff options
author | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-04 23:46:36 +0000 |
commit | 65a932dba986c3488c19dbdecf419fa033336d1c (patch) | |
tree | af7d58df93e4acd5924a37c4ef089e410ab8257d /textproc/dict-client | |
parent | 197ed63787aa7c4786272167df6c6c10637fa0bb (diff) | |
download | pkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/dict-client')
-rw-r--r-- | textproc/dict-client/Makefile | 6 |
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" |