mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix conversion mistake
Reported by: Freshports sanity check
This commit is contained in:
parent
7117487ddb
commit
6fd41f1e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319852
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user