From 36284bbf196c0922f103a0d1a8a956202856567f Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 20 Jan 2010 01:28:55 +0000 Subject: - Remove unneeded dependencies which is in perl-5.8.9 dist (part 1). Approved by: portmgr (itetcu) --- www/yabb/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'www/yabb') diff --git a/www/yabb/Makefile b/www/yabb/Makefile index 6d616ea91a0e..0edfb0839906 100644 --- a/www/yabb/Makefile +++ b/www/yabb/Makefile @@ -7,7 +7,7 @@ PORTNAME= yabb PORTVERSION= 2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/YaBB%202/${PORTVERSION} DISTNAME= YaBB_${PORTVERSION} @@ -15,10 +15,7 @@ DISTNAME= YaBB_${PORTVERSION} MAINTAINER= rodrigo@bebik.net COMMENT= The original free open-source forum written in Perl -RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ - p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ - p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC +RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC NO_PACKAGE= complicated (de)installation paradigm USE_ZIP= yes -- cgit