diff options
author | mat <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
commit | 47384b7b765d30db8a3f19efbc728da56db408c1 (patch) | |
tree | a7da32f6c0064d6be598b00d61f30117a3f396dd /multimedia | |
parent | 7d34bddd896fa9a7fe8636ebc3af9f081ede5884 (diff) | |
download | freebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.tar.gz freebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.tar.zst freebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.zip |
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gtk-youtube-viewer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gtk-youtube-viewer/Makefile b/multimedia/gtk-youtube-viewer/Makefile index 505c7b0a651a..6210594791cc 100644 --- a/multimedia/gtk-youtube-viewer/Makefile +++ b/multimedia/gtk-youtube-viewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= gtk-youtube-viewer PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= multimedia perl5 MAINTAINER= ports@FreeBSD.org @@ -24,7 +25,6 @@ BUILD_DEPENDS= p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ p5-Term-ReadLine>0:${PORTSDIR}/devel/p5-Term-ReadLine \ p5-Thread-Queue>0:${PORTSDIR}/devel/p5-Thread-Queue \ p5-threads>0:${PORTSDIR}/devel/p5-threads \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Socket>0:${PORTSDIR}/net/p5-Socket \ p5-Text-CharWidth>0:${PORTSDIR}/textproc/p5-Text-CharWidth \ p5-Text-ParseWords>0:${PORTSDIR}/textproc/p5-Text-ParseWords \ |