diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
| commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
| tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /net-im/papyon | |
| parent | Update to alpha-20140112 (diff) | |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Diffstat (limited to 'net-im/papyon')
| -rw-r--r-- | net-im/papyon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile index 832e3f4537f1..e43adb61e610 100644 --- a/net-im/papyon/Makefile +++ b/net-im/papyon/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl ${PYTHON_SITELIBDIR}/farsight.so:${PORTSDIR}/net-im/farsight2 USE_GNOME= pygobject -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes NO_STAGE= yes |
