diff options
author | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 22:39:14 +0800 |
commit | c4488f29abd1339c42a704fb50b07d1210e0f3bc (patch) | |
tree | a25208b0a392c23b33fbca24c07360b17a5572c2 /net/p5-IP-Country | |
parent | b05a8fe37751aa289876d113a2ba1f68df128404 (diff) | |
download | freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.gz freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.tar.zst freebsd-ports-gnome-c4488f29abd1339c42a704fb50b07d1210e0f3bc.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/p5-IP-Country')
-rw-r--r-- | net/p5-IP-Country/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-IP-Country/Makefile b/net/p5-IP-Country/Makefile index 576d35416ef4..37d02151b509 100644 --- a/net/p5-IP-Country/Makefile +++ b/net/p5-IP-Country/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dikshie@lapi.itb.ac.id COMMENT= Fast lookup of country codes from IP addresses -BUILD_DEPENDS= ${SITE_PERL}/Geography/Countries.pm:${PORTSDIR}/misc/p5-Geography-Countries +BUILD_DEPENDS= p5-Geography-Countries>=0:${PORTSDIR}/misc/p5-Geography-Countries RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |