diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
commit | 7334f9e3595adca6e3037545ff416a5565658030 (patch) | |
tree | 043befe8e5815425dd16f87ee2ff808986cb7b24 /www/awstats | |
parent | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (diff) | |
download | freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.gz freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.zst freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index fab5bb306ea0..6b8841646de0 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF/${PORTNAME}/AWStats/${PORTVERSION} MAINTAINER= samm@os2.kiev.ua COMMENT= Free real-time logfile analyzer to get advanced web statistics -RUN_DEPENDS= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois +RUN_DEPENDS= p5-Net-XWhois>=0:${PORTSDIR}/net/p5-Net-XWhois LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/LICENSE.TXT @@ -42,12 +42,12 @@ OPTIONS= IPV6 "Enable IPV6 for use with IPv6 Plugin" Off .include <bsd.port.pre.mk> .if defined(WITH_IPV6) -RUN_DEPENDS+= ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP -RUN_DEPENDS+= ${SITE_PERL}/mach/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS+= p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP +RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS .endif .if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS+= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable .endif post-patch: |