diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-21 18:17:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-21 18:17:26 +0000 |
commit | 629880790191188d060ba4b635b9be7d84285eb3 (patch) | |
tree | f43f4d3f9e4ef90cdd46ee0c6a34019402aa30f1 /devel/p5-Term-VT102-Boundless | |
parent | ba08aaefe45c7ebf3e4d46e9acdac61f26a45329 (diff) |
Notes
Diffstat (limited to 'devel/p5-Term-VT102-Boundless')
-rw-r--r-- | devel/p5-Term-VT102-Boundless/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Term-VT102-Boundless/Makefile b/devel/p5-Term-VT102-Boundless/Makefile index e8f3f05df93f..3336e3e05a67 100644 --- a/devel/p5-Term-VT102-Boundless/Makefile +++ b/devel/p5-Term-VT102-Boundless/Makefile @@ -15,7 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A subclass to emulate boundless DEC VT102 terminal -RUN_DEPENDS= ${SITE_PERL}/Term/VT102.pm:${PORTSDIR}/devel/p5-Term-VT102 +BUILD_DEPENDS= p5-Term-VT102>=0:${PORTSDIR}/devel/p5-Term-VT102 +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes |