diff options
author | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
commit | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /astro/wmspaceweather | |
parent | be64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff) | |
download | freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
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 |