aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-01-12 11:24:49 +0800
committerSteve Wills <swills@FreeBSD.org>2012-01-12 11:24:49 +0800
commit790c7a323ab3c492bd2b5ad2832f7138ce807ab7 (patch)
treeb030ead7b051a06c03a368954ce502965fbbb2d9
parent13b7a21822adec9cdeb316236b1f91f8089d5d7e (diff)
downloadfreebsd-ports-gnome-790c7a323ab3c492bd2b5ad2832f7138ce807ab7.tar.gz
freebsd-ports-gnome-790c7a323ab3c492bd2b5ad2832f7138ce807ab7.tar.zst
freebsd-ports-gnome-790c7a323ab3c492bd2b5ad2832f7138ce807ab7.zip
- Add BUILD_DEPENDS to silence build warnings
-rw-r--r--www/p5-Template-Plugin-JavaScript/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Template-Plugin-JavaScript/Makefile b/www/p5-Template-Plugin-JavaScript/Makefile
index 9d5ac420663f..deb98b79674b 100644
--- a/www/p5-Template-Plugin-JavaScript/Makefile
+++ b/www/p5-Template-Plugin-JavaScript/Makefile
@@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encodes text to be safe in JavaScript
-RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
+BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes