svn commit: r369488 - head/games/unknown-horizons

Marcus von Appen mva at FreeBSD.org
Sun Sep 28 18:40:48 UTC 2014


Author: mva
Date: Sun Sep 28 18:40:48 2014
New Revision: 369488
URL: http://svnweb.freebsd.org/changeset/ports/369488
QAT: https://qat.redports.org/buildarchive/r369488/

Log:
  - Convert to USES=python
  
  Approved by:	portmgr (implicit)

Modified:
  head/games/unknown-horizons/Makefile

Modified: head/games/unknown-horizons/Makefile
==============================================================================
--- head/games/unknown-horizons/Makefile	Sun Sep 28 18:38:02 2014	(r369487)
+++ head/games/unknown-horizons/Makefile	Sun Sep 28 18:40:48 2014	(r369488)
@@ -25,11 +25,10 @@ GH_ACCOUNT=	${PORTNAME}
 GH_COMMIT=	ac7af43
 
 USE_GNOME=	intltool
-USES=		gettext:build tar:xz
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
+USES=		gettext:build python:2 tar:xz
+USE_PYTHON=	distutils
 PYDISTUTILS_PKGNAME=	UnknownHorizons
-INSTALLS_EGGINFO=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == i386


More information about the svn-ports-head mailing list