Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Oct 2015 23:55:22 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399939 - head/net-im/papyon
Message-ID:  <201510212355.t9LNtMEV059380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Wed Oct 21 23:55:22 2015
New Revision: 399939
URL: https://svnweb.freebsd.org/changeset/ports/399939

Log:
  Unbreak build with default python version < 3.4

Modified:
  head/net-im/papyon/Makefile

Modified: head/net-im/papyon/Makefile
==============================================================================
--- head/net-im/papyon/Makefile	Wed Oct 21 22:46:07 2015	(r399938)
+++ head/net-im/papyon/Makefile	Wed Oct 21 23:55:22 2015	(r399939)
@@ -24,4 +24,11 @@ USE_GNOME=	pygobject
 USES=		python
 USE_PYTHON=	distutils
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3400
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
+.endif
+
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510212355.t9LNtMEV059380>