svn commit: r319852 - head/mail/py-ppolicy

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 10:37:12 UTC 2013


Author: bapt
Date: Tue Jun  4 10:37:12 2013
New Revision: 319852
URL: http://svnweb.freebsd.org/changeset/ports/319852

Log:
  Fix conversion mistake
  
  Reported by:	Freshports sanity check

Modified:
  head/mail/py-ppolicy/Makefile

Modified: head/mail/py-ppolicy/Makefile
==============================================================================
--- head/mail/py-ppolicy/Makefile	Tue Jun  4 10:32:49 2013	(r319851)
+++ head/mail/py-ppolicy/Makefile	Tue Jun  4 10:37:12 2013	(r319852)
@@ -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


More information about the svn-ports-all mailing list