diff options
author | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
commit | 9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf (patch) | |
tree | 565ba845fe1e8c8941614bb1acd311fe0946ef7a /math | |
parent | 3cf6891ad3759c0a1fe8952fa069d21cda75d6ae (diff) | |
download | freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.gz freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.zst freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Symbolic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-Symbolic/Makefile b/math/p5-Math-Symbolic/Makefile index d0ee65370f09..fe0c53f340d0 100644 --- a/math/p5-Math-Symbolic/Makefile +++ b/math/p5-Math-Symbolic/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Symbolic calculations -BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ - ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ - ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage +BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Math::Symbolic.3 \ |