diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-04-08 00:44:29 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-04-08 00:44:29 +0800 |
commit | 237cbdd8ba90200225a178804503ce65184d4bd3 (patch) | |
tree | de312a7c1074cc01eefddcf11ba7eb23aa846567 /www/p5-Jifty | |
parent | 3fc108f5ef8fdcc70f3da6fa39d79c44238778fc (diff) | |
download | freebsd-ports-gnome-237cbdd8ba90200225a178804503ce65184d4bd3.tar.gz freebsd-ports-gnome-237cbdd8ba90200225a178804503ce65184d4bd3.tar.zst freebsd-ports-gnome-237cbdd8ba90200225a178804503ce65184d4bd3.zip |
Remove dependency upon p5-JSON-Syck, since
1. p5-JSON-Syck no longer exists, and
2. this port already depends upon p5-YAML-Syck, which includes the
functionality formerly provided by p5-JSON-Syck.
This fixes the INDEX build.
Reported by: portsnap buildbox
Diffstat (limited to 'www/p5-Jifty')
-rw-r--r-- | www/p5-Jifty/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/p5-Jifty/Makefile b/www/p5-Jifty/Makefile index 6167174b01a0..63859cbae1fc 100644 --- a/www/p5-Jifty/Makefile +++ b/www/p5-Jifty/Makefile @@ -43,7 +43,6 @@ BUILD_DEPENDS= \ p5-Hash-Merge>0:${PORTSDIR}/textproc/p5-Hash-Merge \ p5-Hook-LexWrap>0:${PORTSDIR}/devel/p5-Hook-LexWrap \ p5-Jifty-DBI>0.06:${PORTSDIR}/databases/p5-Jifty-DBI \ - p5-JSON-Syck>=0.05:${PORTSDIR}/textproc/p5-JSON-Syck \ p5-Log-Log4perl>0:${PORTSDIR}/devel/p5-Log-Log4perl \ p5-Module-Install>=0.50:${PORTSDIR}/devel/p5-Module-Install \ p5-Locale-Maketext-Simple>0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ |