diff options
author | wiz <wiz> | 2005-05-31 18:38:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-31 18:38:27 +0000 |
commit | d4e542c136ddd8209ce7ec74ed0f06d26ba0ef0c (patch) | |
tree | 45664f96b4dd33bcf7fdeb26d94d9016ae783a1e /devel | |
parent | 9bf1d4e7d988b1c1bcf0f3c25e67bc45fe7bda73 (diff) | |
download | pkgsrc-d4e542c136ddd8209ce7ec74ed0f06d26ba0ef0c.tar.gz |
Replace USE_PERL5 by adding perl to tools.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 8a4e24193d5..4bdcdaa057b 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -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 @@ COMMENT= Documentation system for C++, Java, IDL and C 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} |