diff options
Diffstat (limited to 'www/p5-Template-GD/Makefile')
-rw-r--r-- | www/p5-Template-GD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Template-GD/Makefile b/www/p5-Template-GD/Makefile index 4714a2003a12..c84116808d1f 100644 --- a/www/p5-Template-GD/Makefile +++ b/www/p5-Template-GD/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Template Toolkit plugin to interface with GD modules -BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure |