svn commit: r327423 - head/lang/python33

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 16 17:27:31 UTC 2013


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
 


More information about the svn-ports-all mailing list