diff options
author | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-04 13:21:59 +0800 |
commit | ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7 (patch) | |
tree | 32ac53d83bafd25e8571c85f46f6fdb0610d1311 /astro/p5-Astro-SunTime | |
parent | aef63c97c3d328a1b982ef8eb841af79bd782b6a (diff) | |
download | freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.gz freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.tar.zst freebsd-ports-gnome-ac201cd7e1a5b13aba43876d2f504c7b7ceed2a7.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'astro/p5-Astro-SunTime')
-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 |