diff options
author | pi <pi@FreeBSD.org> | 2014-09-07 18:25:15 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-09-07 18:25:15 +0800 |
commit | f613120975eadcaadc99be96010bd066e3393f3d (patch) | |
tree | 12164b8a967b24cc27ab445a2bdc848ca591c8ed /textproc | |
parent | ed1b660f3501fe6209aed7cc263485b0f316bceb (diff) | |
download | freebsd-ports-gnome-f613120975eadcaadc99be96010bd066e3393f3d.tar.gz freebsd-ports-gnome-f613120975eadcaadc99be96010bd066e3393f3d.tar.zst freebsd-ports-gnome-f613120975eadcaadc99be96010bd066e3393f3d.zip |
textproc/p5-YAML: fix DEPENDS
p5-Test-YAML is a TEST_DEPENDS, and the BUILD/RUN_DEPENDS are empty
Submitted by: mat
Pointy hat to: pi
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 48b7a68b0d26..bdf3856bb749 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -12,8 +12,7 @@ COMMENT= YAML implementation in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML USES= perl5 USE_PERL5= configure |