diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-25 21:34:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-25 21:34:55 +0000 |
commit | 96bfb994c98cd45b5218f606e1fd980472526b8b (patch) | |
tree | a067208ae79f69c98f5341faa9043ee4e4a59cf5 | |
parent | 5956912649902dbecfc5d462acef675f3fc05e35 (diff) | |
download | ports-96bfb994c98cd45b5218f606e1fd980472526b8b.tar.gz ports-96bfb994c98cd45b5218f606e1fd980472526b8b.zip |
- Add missing BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=295525
-rw-r--r-- | devel/p5-Data-Random/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile index 85f75452faad..664e8b17a2c4 100644 --- a/devel/p5-Data-Random/Makefile +++ b/devel/p5-Data-Random/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for generating random data +BUILD_DEPENDS= p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny + OPTIONS= DATE_CALC "Support for rand_date()" on \ GD "Support for rand_image()" off |