diff options
author | pav <pav@FreeBSD.org> | 2004-08-12 05:42:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-12 05:42:22 +0800 |
commit | 93704eb9970863c281752c05f582f5ca442af653 (patch) | |
tree | 3fa1ad2378c745ff63138c30d741cfd092aea704 /www/bricolage | |
parent | 8e9d060aa724df04e3fb1f316f93be423ebf85aa (diff) | |
download | freebsd-ports-gnome-93704eb9970863c281752c05f582f5ca442af653.tar.gz freebsd-ports-gnome-93704eb9970863c281752c05f582f5ca442af653.tar.zst freebsd-ports-gnome-93704eb9970863c281752c05f582f5ca442af653.zip |
- Remove dependency on p5-File-Temp, it can't be installed with perl-5.8
PR: ports/70282
Submitted by: Rod Taylor <ports@rbt.ca> (maintainer)
Diffstat (limited to 'www/bricolage')
-rw-r--r-- | www/bricolage/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/bricolage/Makefile b/www/bricolage/Makefile index 45ab8165aa73..2a7b98167065 100644 --- a/www/bricolage/Makefile +++ b/www/bricolage/Makefile @@ -22,7 +22,6 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13-modperl \ ${SITE_PERL}/${PERL_ARCH}/Cache/Mmap.pm:${PORTSDIR}/devel/p5-Cache-Mmap \ ${SITE_PERL}/Class/Container.pm:${PORTSDIR}/devel/p5-Class-Container \ ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/Locale/Maketext.pm:${PORTSDIR}/devel/p5-Locale-Maketext \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ |