pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/xmltoman Add forgotten dependeny on textproc/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6455f179db97
branches:  trunk
changeset: 537854:6455f179db97
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Jan 18 04:15:01 2008 +0000

description:
Add forgotten dependeny on textproc/p5-XML-Parser.  Bump revision.

diffstat:

 textproc/xmltoman/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 94afcf8af767 -r 6455f179db97 textproc/xmltoman/Makefile
--- a/textproc/xmltoman/Makefile        Fri Jan 18 04:14:38 2008 +0000
+++ b/textproc/xmltoman/Makefile        Fri Jan 18 04:15:01 2008 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index