diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-14 01:00:14 +0800 |
commit | 1cd8e681dd931436c63a17360b5a799832e9f044 (patch) | |
tree | 0d740da1f4c2bcdffa5acea80f0286054f46fede /deskutils | |
parent | 2e7574904f6fd41d752a11e38bf748b8a9776e8b (diff) | |
download | freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.gz freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.tar.zst freebsd-ports-gnome-1cd8e681dd931436c63a17360b5a799832e9f044.zip |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/blogtk/Makefile | 2 | ||||
-rw-r--r-- | deskutils/treeline/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/blogtk/Makefile b/deskutils/blogtk/Makefile index 3fdc34453eb7..f6fb15270daf 100644 --- a/deskutils/blogtk/Makefile +++ b/deskutils/blogtk/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/BloGTK-${PORTVERSION} USE_BZIP2= yes USE_GNOME= pygnomeextras -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes post-patch: diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index dfbadf2b26e1..1e04c4ec213d 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -27,7 +27,7 @@ OPTIONS= ASPELL "install with aspell support" off \ WRKSRC= ${WRKDIR}/TreeLine USE_QT_VER= 4 -USE_PYTHON= 2.3+ +USE_PYTHON= 2.4+ NO_BUILD= yes .include <bsd.port.pre.mk> |