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-server/Makefile | |
parent | 197ed63787aa7c4786272167df6c6c10637fa0bb (diff) | |
download | pkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/dict-server/Makefile')
-rw-r--r-- | textproc/dict-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 5dccb685860..a6e67a02d27 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/28 21:43:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/04 23:46:36 snj Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-server-1.8.0 @@ -11,7 +11,7 @@ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol server -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGINSTALL= yes GNU_CONFIGURE= # defined @@ -41,5 +41,5 @@ post-install: ${WRKSRC}/dictd.conf >${EGDIR}/dictd.conf ${INSTALL_DATA_DIR} ${PREFIX}/share/dictd -.include "../../devel/libtool/buildlink2.mk" +.include "../../devel/libtool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |