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/ndtpd | |
parent | 197ed63787aa7c4786272167df6c6c10637fa0bb (diff) | |
download | pkgsrc-65a932dba986c3488c19dbdecf419fa033336d1c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index f40c936ec50..79f3568abc1 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/21 12:30:33 uebayasi Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/04 23:46:36 snj Exp $ # DISTNAME= ndtpd-3.1.5 @@ -9,7 +9,7 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.sra.co.jp/people/m-kasahr/ndtpd/ COMMENT= Server for accessing CD-ROM books with NDTP -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -39,7 +39,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ndtpd.conf.sample \ ${EGDIR}/ndtpd.conf.default -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../textproc/eb/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/eb/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |