svn commit: r377506 - head/net/openpgm

Veniamin Gvozdikov vg at FreeBSD.org
Tue Jan 20 11:46:50 UTC 2015


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 at 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


More information about the svn-ports-head mailing list