diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-14 23:10:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-14 23:10:02 +0800 |
commit | fccacafcfdee7190f63f09f08486249de5e6dbca (patch) | |
tree | 457bf6f2a37a4a64e21a29c52230ebcc164cb05e /textproc | |
parent | 0a14fc6a1f2bd0213bab0519694c1ee71491010f (diff) | |
download | freebsd-ports-gnome-fccacafcfdee7190f63f09f08486249de5e6dbca.tar.gz freebsd-ports-gnome-fccacafcfdee7190f63f09f08486249de5e6dbca.tar.zst freebsd-ports-gnome-fccacafcfdee7190f63f09f08486249de5e6dbca.zip |
- Remove p5-Test-Stream from TEST_DEPENDS
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-Entities-Interpolate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index fda347f8c630..4f862179c13c 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -16,8 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-HTML-Parser>=3.69:${PORTSDIR}/www/p5-HTML-Parser \ p5-Tie-Function>=0.02:${PORTSDIR}/devel/p5-Tie-Function RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurper>=0.008:${PORTSDIR}/devel/p5-File-Slurper \ - p5-Test-Stream>=1.302026:${PORTSDIR}/devel/p5-Test-Stream +TEST_DEPENDS= p5-File-Slurper>=0.008:${PORTSDIR}/devel/p5-File-Slurper NO_ARCH= yes USE_PERL5= configure |