- fix python dependency version to not confuse our users

According to [1], mudmagic using system python interpreter to run
user-defined scripts. So, any python version will fit, change USE_PYTHON
value from 24 to just YES. And by the way, since `24' is not correct
value to depend on Python 2.4 (it should be USE_PYTHON=2.4 in this
case), this port is actually depend on default Python version (2.7), so
no portrevision bump is needed.

[1] http://www.mudmagic.com/mud-client/downloads/mudmagic-1.9/interface/doc/python_scripting.html

Approved by:   novel (mentor)
Feature safe:  yes
This commit is contained in:
Ruslan Makhmatkhanov 2011-12-06 19:51:03 +00:00
parent a0c85fcdfe
commit 5ac75c33fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286985

View File

@ -23,7 +23,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
USE_GNOME= gtk20 libglade2 libxml2 gnomehack
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PYTHON= 24
USE_PYTHON= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib