summaryrefslogtreecommitdiff
path: root/astro/p5-Astro-SunTime
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-13 09:13:48 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-13 09:13:48 +0000
commitbb6dddc03274c6581e9c0858f4ab6fb956b0e44e (patch)
tree1f3f7512c5aa274c36ad35d789f81e8d31d328ac /astro/p5-Astro-SunTime
parentUpdate to 1.8.3. (diff)
Depend on p5-Time-modules port rather than p5-Time.
Remove redundant SITE_PERL declaration.
Notes
Notes: svn path=/head/; revision=80895
Diffstat (limited to 'astro/p5-Astro-SunTime')
-rw-r--r--astro/p5-Astro-SunTime/Makefile3
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>