Change LATEST_LINK to mod_python3 to avoid confliction with www/mod_python.

Spotted by:	kris
This commit is contained in:
Hye-Shik Chang 2004-02-27 13:09:34 +00:00
parent 7d16cc40a9
commit e9682780e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102292

View file

@ -19,6 +19,7 @@ WITH_APACHE2= yes
USE_APACHE= yes USE_APACHE= yes
USE_PYTHON= yes USE_PYTHON= yes
LATEST_LINK= mod_python3
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_REINPLACE= yes USE_REINPLACE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}" CONFIGURE_ARGS+=--with-apxs="${APXS}" --with-python="${PYTHON_CMD}"