diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:21:59 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 05:21:59 +0000 |
commit | 5f7e07eadd74a0637f68155fcf8812a3ca767b87 (patch) | |
tree | b0e62a74b239a62dfb4b4aa02f3c2f43bdd4b174 /astro/p5-Astro-SunTime/Makefile | |
parent | - Fix build with new XFCE [1] (diff) |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to '')
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile index 36680d046669..884ecb2c3d90 100644 --- a/astro/p5-Astro-SunTime/Makefile +++ b/astro/p5-Astro-SunTime/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to calculate sunrise/sunset times -BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules +BUILD_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes |