svn commit: r417982 - head/x11/workrave
Kurt Jaeger
pi at FreeBSD.org
Sun Jul 3 17:51:17 UTC 2016
Author: pi
Date: Sun Jul 3 17:51:16 2016
New Revision: 417982
URL: https://svnweb.freebsd.org/changeset/ports/417982
Log:
x11/workrave: Limit Python build dependency to 2.7
- because build-dep devel/py-cheetah is also limited to python2.7
PR: 209923
Submitted by: Iblis Lin <iblis at hs.ntnu.edu.tw>
Modified:
head/x11/workrave/Makefile
Modified: head/x11/workrave/Makefile
==============================================================================
--- head/x11/workrave/Makefile Sun Jul 3 17:44:48 2016 (r417981)
+++ head/x11/workrave/Makefile Sun Jul 3 17:51:16 2016 (r417982)
@@ -15,7 +15,7 @@ LICENSE= GPLv3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>0:devel/py-cheetah
LIB_DEPENDS= libgdome.so:textproc/gdome2
-USES= gettext gmake pathfix pkgconfig python
+USES= gettext gmake pathfix pkgconfig python:2.7
USE_XORG= recordproto x11 xext xmu xscrnsaver xtst
USE_GNOME= intlhack gconf2 gtkmm24
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list