diff options
Diffstat (limited to 'www/p5-Yahoo-Search/Makefile')
-rw-r--r-- | www/p5-Yahoo-Search/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Yahoo-Search/Makefile b/www/p5-Yahoo-Search/Makefile index a33f0a427041..0ff75c9a4850 100644 --- a/www/p5-Yahoo-Search/Makefile +++ b/www/p5-Yahoo-Search/Makefile @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Yahoo Search public API -BUILD_DEPENDS= p5-URI>=1.54:net/p5-URI \ +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-URI>=1.54:net/p5-URI \ p5-libwww>=5.835:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>=0.88:devel/p5-Test-Simple USES= perl5 |