pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/doxygen Replace USE_PERL5 by adding perl to tools.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5acbedea3b9
branches:  trunk
changeset: 494892:e5acbedea3b9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 31 18:38:27 2005 +0000

description:
Replace USE_PERL5 by adding perl to tools.

diffstat:

 devel/doxygen/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8b7cc667861b -r e5acbedea3b9 devel/doxygen/Makefile
--- a/devel/doxygen/Makefile    Tue May 31 18:37:20 2005 +0000
+++ b/devel/doxygen/Makefile    Tue May 31 18:38:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2005/05/31 18:37:20 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2005/05/31 18:38:27 wiz Exp $
 
 DISTNAME=      doxygen-1.4.3.src
 PKGNAME=       doxygen-1.4.3
@@ -12,9 +12,8 @@
 DEPENDS+=      teTeX-[0-9]*:../../print/teTeX
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake perl
 USE_LANGUAGES=         c c++
-USE_PERL5=             yes
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --make ${GMAKE}
 CONFIGURE_ARGS+=       --perl ${PERL5}



Home | Main Index | Thread Index | Old Index