summaryrefslogtreecommitdiff
path: root/net/py-GeoIP
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-05-30 07:19:41 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-05-30 07:19:41 +0000
commitcd62882342c743ed1371a3fbc1618195ddf2221c (patch)
tree0a1245f88ae203586be5312d2872f8e82b742c6d /net/py-GeoIP
parentBROKEN for perl < 500600: Broken pkg-plist (diff)
- net/GeoIP uses its own libtool even if we define USE_LIBTOOL*
- add missing @exec and remove old SIZE in net/GeoIP - update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION - utilize PORTDOCS in www/mod_geoip Noticed by: kris
Notes
Notes: svn path=/head/; revision=110380
Diffstat (limited to 'net/py-GeoIP')
-rw-r--r--net/py-GeoIP/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile
index a8ebd9df309e..31f343c7c9c1 100644
--- a/net/py-GeoIP/Makefile
+++ b/net/py-GeoIP/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GeoIP
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-Python-${PORTVERSION}
MAINTAINER= sw@gegenunendlich.de
COMMENT= Mapping of IP addresses/hostnames to country names in Python
-LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP
+LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP
USE_PYTHON= yes
USE_PYDISTUTILS=yes