svn commit: r326189 - head/x11-toolkits/py-wxPython26

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:14:19 UTC 2013


Author: antoine
Date: Tue Sep  3 18:14:18 2013
New Revision: 326189
URL: http://svnweb.freebsd.org/changeset/ports/326189

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/x11-toolkits/py-wxPython26/Makefile

Modified: head/x11-toolkits/py-wxPython26/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython26/Makefile	Tue Sep  3 18:09:33 2013	(r326188)
+++ head/x11-toolkits/py-wxPython26/Makefile	Tue Sep  3 18:14:18 2013	(r326189)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    wxPython
-# Date created:         		September 18, 1999
-# Whom:					nectar at FreeBSD.ORG
-#
+# Created by: nectar at FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	wxPython
 PORTVERSION=	2.6.3.3
@@ -21,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenGL
 WRKSRC=		${WRKDIR}/${DISTNAME}/wxPython
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_BUILDARGS=	\


More information about the svn-ports-all mailing list