diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-03 05:56:20 +0000 |
commit | a50c1cb64785b551bfdbff06f3e1ee2731d50271 (patch) | |
tree | f0d9050bfa3146dd2ccf52f45dfa6976fdf0d336 /astro | |
parent | - fix build with giflib 4.2.0 (diff) |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index 654b99b14da0..9e641b534de3 100644 --- a/astro/p5-Astro-Sunrise/Makefile +++ b/astro/p5-Astro-Sunrise/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl extension for computing the sunrise/sunset on a given day -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime PERL_CONFIGURE= yes |