Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 17:27:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327423 - head/lang/python33
Message-ID:  <201309161727.r8GHRVmk000709@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 16 17:27:31 2013
New Revision: 327423
URL: http://svnweb.freebsd.org/changeset/ports/327423

Log:
  - Use USES=gmake

Modified:
  head/lang/python33/Makefile

Modified: head/lang/python33/Makefile
==============================================================================
--- head/lang/python33/Makefile	Mon Sep 16 17:25:19 2013	(r327422)
+++ head/lang/python33/Makefile	Mon Sep 16 17:27:31 2013	(r327423)
@@ -22,9 +22,9 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	altinstall
 MAN1=		${PYTHON_VERSION}.1
 
-USE_GMAKE=	yes
 USE_XZ=		yes
 USE_PYTHON=	yes
+USES=		gmake
 PYTHON_VERSION=	python3.3
 PYTHON_NO_DEPENDS=	yes
 



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