diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 10:37:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 10:37:12 +0000 |
commit | 6fd41f1e857bf324ff27ad01f020600a1e95f111 (patch) | |
tree | 85928b9e76140eaca9aee8cfa8f9277472490dfd /mail/py-ppolicy/Makefile | |
parent | 7117487ddb38fee864033b869ed6b65f7094a29c (diff) | |
download | ports-6fd41f1e857bf324ff27ad01f020600a1e95f111.tar.gz ports-6fd41f1e857bf324ff27ad01f020600a1e95f111.zip |
Fix conversion mistake
Reported by: Freshports sanity check
Notes
Notes:
svn path=/head/; revision=319852
Diffstat (limited to 'mail/py-ppolicy/Makefile')
-rw-r--r-- | mail/py-ppolicy/Makefile | 2 |
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 |