diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
| commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
| tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /net/p5-What | |
| parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) | |
Notes
Diffstat (limited to 'net/p5-What')
| -rw-r--r-- | net/p5-What/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/p5-What/Makefile b/net/p5-What/Makefile index e10c7640e99f..7a046cb213df 100644 --- a/net/p5-What/Makefile +++ b/net/p5-What/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Find out about running services -BUILD_DEPENDS= ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \ - ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \ - ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ + p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |
