diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 09:28:55 +0800 |
commit | 36284bbf196c0922f103a0d1a8a956202856567f (patch) | |
tree | b905033799aba547d8967be296fe83b1a65c6167 /www/yabb | |
parent | cdd8f0569bf3a1c68659794fe387ae6d9a8230f0 (diff) | |
download | freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.gz freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.tar.zst freebsd-ports-gnome-36284bbf196c0922f103a0d1a8a956202856567f.zip |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 1).
Approved by: portmgr (itetcu)
Diffstat (limited to 'www/yabb')
-rw-r--r-- | www/yabb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |