Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 10:30:18 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302719 - head/games/unknown-horizons
Message-ID:  <201208181030.q7IAUI8J010926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Aug 18 10:30:18 2012
New Revision: 302719
URL: http://svn.freebsd.org/changeset/ports/302719

Log:
  - strict python version 2.x
  - fix portling warnings (missing tabs), while here
  
  PR:		170711
  Submitted by:	Green Dog <fiziologus at gmail dot com> (maintainer)

Modified:
  head/games/unknown-horizons/Makefile

Modified: head/games/unknown-horizons/Makefile
==============================================================================
--- head/games/unknown-horizons/Makefile	Sat Aug 18 10:28:18 2012	(r302718)
+++ head/games/unknown-horizons/Makefile	Sat Aug 18 10:30:18 2012	(r302719)
@@ -26,7 +26,7 @@ ONLY_FOR_ARCHS=		i386 amd64
 USE_XZ=			yes
 USE_GNOME=		intltool
 USE_GETTEXT=		build
-USE_PYTHON=		yes
+USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	UnknownHorizons
 
@@ -35,15 +35,15 @@ MAN6=			unknown-horizons.6
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == i386
-PLIST_SUB+=     X86_ONLY=""
+PLIST_SUB+=	X86_ONLY=""
 .else
-PLIST_SUB+=     X86_ONLY="@comment "
+PLIST_SUB+=	X86_ONLY="@comment "
 .endif
 
 .if ${ARCH} == amd64
-PLIST_SUB+=     X64_ONLY=""
+PLIST_SUB+=	X64_ONLY=""
 .else
-PLIST_SUB+=     X64_ONLY="@comment "
+PLIST_SUB+=	X64_ONLY="@comment "
 .endif
 
 post-patch:



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