diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 13:56:20 +0800 |
commit | a50c1cb64785b551bfdbff06f3e1ee2731d50271 (patch) | |
tree | f0d9050bfa3146dd2ccf52f45dfa6976fdf0d336 /devel/p5-Best | |
parent | 4812598a539d066b1edf7c36055b163ca1207256 (diff) | |
download | freebsd-ports-gnome-a50c1cb64785b551bfdbff06f3e1ee2731d50271.tar.gz freebsd-ports-gnome-a50c1cb64785b551bfdbff06f3e1ee2731d50271.tar.zst freebsd-ports-gnome-a50c1cb64785b551bfdbff06f3e1ee2731d50271.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Diffstat (limited to 'devel/p5-Best')
-rw-r--r-- | devel/p5-Best/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Best/Makefile b/devel/p5-Best/Makefile index e9705b1e5a14..09597924bf3c 100644 --- a/devel/p5-Best/Makefile +++ b/devel/p5-Best/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Fallbackable module loader -BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |