diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-06 16:57:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-06 16:57:51 +0000 |
commit | 2505c4563ed9488fb0a7bff7c112ffe4caab8342 (patch) | |
tree | c9eece1bafac5da275c4dc069dc2b39e66d8b2e0 /textproc/ndtpd | |
parent | 0c9a94f9d9bd70da415e2ebb0b5a31e49944bafd (diff) | |
download | pkgsrc-2505c4563ed9488fb0a7bff7c112ffe4caab8342.tar.gz |
Requires Perl at run time. Bump revision.
Diffstat (limited to 'textproc/ndtpd')
-rw-r--r-- | textproc/ndtpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile index dab6b1854e0..1bc0f8af88f 100644 --- a/textproc/ndtpd/Makefile +++ b/textproc/ndtpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2006/10/06 15:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2006/12/06 16:57:51 joerg Exp $ # DISTNAME= ndtpd-3.1.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ @@ -12,7 +12,7 @@ COMMENT= Server for accessing CD-ROM books with NDTP PKG_INSTALLATION_TYPES= pkgviews overwrite -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo perl:run USE_LIBTOOL= YES GNU_CONFIGURE= YES |