diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-10-10 16:56:07 +0000 |
commit | 8b040d94f2d3b29529622e567d2a4376ff6b937a (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /astro/wmspaceweather | |
parent | d4f955f25e991fa1679aa3c632f40959baec375d (diff) | |
download | ports-8b040d94f2d3b29529622e567d2a4376ff6b937a.tar.gz ports-8b040d94f2d3b29529622e567d2a4376ff6b937a.zip |
Notes
Diffstat (limited to 'astro/wmspaceweather')
-rw-r--r-- | astro/wmspaceweather/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index b30ff720ef77..fadb387a990f 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -17,7 +17,7 @@ COMMENT= A DockApp that shows the weather at geosynchronous orbit LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/Time/CTime.pm:${PORTSDIR}/devel/p5-Time-modules +RUN_DEPENDS= p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules WRKSRC= ${WRKDIR}/${DISTNAME}/wmSpaceWeather |