diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
commit | 83147ffa6886cc46382e68a213e4e42ae33953e8 (patch) | |
tree | 5e673c0121797154e662e294d0aa49ba7abfcf99 /chat | |
parent | 30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff) | |
download | pkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.tar.gz |
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/sirc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/sirc/Makefile b/chat/sirc/Makefile index bc36da9518c..eb420041299 100644 --- a/chat/sirc/Makefile +++ b/chat/sirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:05 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/07/16 19:10:38 jlam Exp $ DISTNAME= sirc-2.211 PKGREVISION= 1 @@ -20,6 +20,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_DEFS+= USE_INET6 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +USE_TOOLS+= perl:run SIRC_SCRIPTS= \ adcc.pl \ akickban.pl \ @@ -78,5 +79,4 @@ do-install: ${ECHO} installing $$i ; \ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |