Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 11:46:50 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377506 - head/net/openpgm
Message-ID:  <201501201146.t0KBko38063241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Tue Jan 20 11:46:49 2015
New Revision: 377506
URL: https://svnweb.freebsd.org/changeset/ports/377506
QAT: https://qat.redports.org/buildarchive/r377506/

Log:
  - Fix build when using python3
  
  PR:		ports/194917
  Submitted by:	Andrew Berg <aberg010@my.hennepintech.edu>

Modified:
  head/net/openpgm/Makefile

Modified: head/net/openpgm/Makefile
==============================================================================
--- head/net/openpgm/Makefile	Tue Jan 20 11:46:13 2015	(r377505)
+++ head/net/openpgm/Makefile	Tue Jan 20 11:46:49 2015	(r377506)
@@ -14,7 +14,7 @@ COMMENT=	Implementation of the PGM relia
 LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
-USES=		pathfix perl5 tar:bzip2 libtool python
+USES=		pathfix perl5 tar:bzip2 libtool python:2,build
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${DISTNAME}/openpgm/pgm
 INSTALL_TARGET=	install-strip



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