diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-03-17 09:01:07 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-03-17 09:01:07 +0800 |
commit | 63d19be9b6e0cf4f35c4b2eeff2fa9c1dc6db6cc (patch) | |
tree | e82bd0f324c93218fdabc99b1dc3f484e087f3bf /textproc | |
parent | 213ac68641a820d28f106a5fcb68a528e95f9e12 (diff) | |
download | freebsd-ports-gnome-63d19be9b6e0cf4f35c4b2eeff2fa9c1dc6db6cc.tar.gz freebsd-ports-gnome-63d19be9b6e0cf4f35c4b2eeff2fa9c1dc6db6cc.tar.zst freebsd-ports-gnome-63d19be9b6e0cf4f35c4b2eeff2fa9c1dc6db6cc.zip |
- Add test depends.
PR: ports/166168
Submitted by: swills
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Sass/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-Text-Sass/Makefile b/textproc/p5-Text-Sass/Makefile index dd9d4e611fa2..cf92700993fd 100644 --- a/textproc/p5-Text-Sass/Makefile +++ b/textproc/p5-Text-Sass/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= \ p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny PERL_MODBUILD= yes |