diff options
author | demon <demon@FreeBSD.org> | 2003-05-13 17:13:48 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-05-13 17:13:48 +0800 |
commit | be81632c6ecf6ce0c9ffc8a2452fb7fc7eb3bde6 (patch) | |
tree | 4974cfce4a80275e511e2d9d36e34612d131c29f /astro | |
parent | 83beef542948e21929cc716539d7dd9c737300e4 (diff) | |
download | freebsd-ports-gnome-be81632c6ecf6ce0c9ffc8a2452fb7fc7eb3bde6.tar.gz freebsd-ports-gnome-be81632c6ecf6ce0c9ffc8a2452fb7fc7eb3bde6.tar.zst freebsd-ports-gnome-be81632c6ecf6ce0c9ffc8a2452fb7fc7eb3bde6.zip |
Depend on p5-Time-modules port rather than p5-Time.
Remove redundant SITE_PERL declaration.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-SunTime/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/p5-Astro-SunTime/Makefile b/astro/p5-Astro-SunTime/Makefile index de8eabe7e63c..d7ca3d9c8b23 100644 --- a/astro/p5-Astro-SunTime/Makefile +++ b/astro/p5-Astro-SunTime/Makefile @@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to calculate sunrise/sunset times -BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time +BUILD_DEPENDS= ${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes .include <bsd.port.mk> |