aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-04 18:37:12 +0800
committerbapt <bapt@FreeBSD.org>2013-06-04 18:37:12 +0800
commit08625ea123115c4fab728e46e10f1bb779e27b46 (patch)
tree85928b9e76140eaca9aee8cfa8f9277472490dfd /mail
parent84db1d4e78dcba4bc5f066e685f59f64b8845d9c (diff)
downloadfreebsd-ports-gnome-08625ea123115c4fab728e46e10f1bb779e27b46.tar.gz
freebsd-ports-gnome-08625ea123115c4fab728e46e10f1bb779e27b46.tar.zst
freebsd-ports-gnome-08625ea123115c4fab728e46e10f1bb779e27b46.zip
Fix conversion mistake
Reported by: Freshports sanity check
Diffstat (limited to 'mail')
-rw-r--r--mail/py-ppolicy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/py-ppolicy/Makefile b/mail/py-ppolicy/Makefile
index 13932866f92d..e21b55b52d87 100644
--- a/mail/py-ppolicy/Makefile
+++ b/mail/py-ppolicy/Makefile
@@ -29,7 +29,7 @@ OPTIONS_DEFAULT= GEOIP LDAP
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGEOIP}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GEOIP.so:${PORTSDIR}/net/py-GEOIP
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP
.endif
.if ${PORT_OPTIONS:MMYSQL}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb