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/slash/Makefile | |
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/slash/Makefile')
-rw-r--r-- | www/slash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile index 25df02bc81e6..e0fa87365339 100644 --- a/www/slash/Makefile +++ b/www/slash/Makefile @@ -7,7 +7,7 @@ PORTNAME= slash PORTVERSION= 2.2.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}code/${PORTNAME}code/${PORTVERSION} DISTNAME= slash-${PORTVERSION} @@ -16,7 +16,6 @@ MAINTAINER= glarkin@FreeBSD.org COMMENT= Slash-Like Automatic Storytelling Homepage system BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash RUN_DEPENDS= ${BUILD_DEPENDS} \ ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl |