diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 09:13:48 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-13 09:13:48 +0000 |
commit | bb6dddc03274c6581e9c0858f4ab6fb956b0e44e (patch) | |
tree | 1f3f7512c5aa274c36ad35d789f81e8d31d328ac /astro | |
parent | 6fee32f65a8a20775c6bab4fc4b82db1b2314344 (diff) | |
download | ports-bb6dddc03274c6581e9c0858f4ab6fb956b0e44e.tar.gz ports-bb6dddc03274c6581e9c0858f4ab6fb956b0e44e.zip |
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')
-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> |