diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-18 04:15:01 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-18 04:15:01 +0000 |
commit | 15e62c5c46f9b1689f6ba1a7bb9e0fe21332c21f (patch) | |
tree | 1f50656e1b6e2241d772fef43b4c75a1c492bccf | |
parent | d31a403be681e0ca585b8d09e5ad7bc0fb5cc726 (diff) | |
download | pkgsrc-15e62c5c46f9b1689f6ba1a7bb9e0fe21332c21f.tar.gz |
Add forgotten dependeny on textproc/p5-XML-Parser. Bump revision.
-rw-r--r-- | textproc/xmltoman/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/xmltoman/Makefile b/textproc/xmltoman/Makefile index 46c628799cd..fdb55cb77af 100644 --- a/textproc/xmltoman/Makefile +++ b/textproc/xmltoman/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/01/16 03:04:16 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/18 04:15:01 bjs Exp $ # DISTNAME= xmltoman_0.3.orig PKGNAME= ${DISTNAME:S/_/-/:R} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/} @@ -12,11 +13,12 @@ COMMENT= XML to manual page converter PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= perl:run USE_LANGUAGES= # none -#INSTALLATION_DIRS= bin share/${PKGBASE} ${PKGMANDIR}/man1 AUTO_MKDIRS= yes MAKE_ENV+= PKGBASE=${PKGBASE:Q} REPLACE_PERL= xmltoman xmlmantohtml |