svn commit: r326188 - head/x11-toolkits/py-wxPython28

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 18:09:34 UTC 2013


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

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

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

Modified: head/x11-toolkits/py-wxPython28/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython28/Makefile	Tue Sep  3 17:22:30 2013	(r326187)
+++ head/x11-toolkits/py-wxPython28/Makefile	Tue Sep  3 18:09:33 2013	(r326188)
@@ -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.8.12.1
@@ -22,11 +18,10 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/wxPython
 
 DIST_SUBDIR=	python
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PLIST_SUB=	PYTHON_VER=${PYTHON_VER}
-USES=		gettext
+USES=		gettext gmake pkgconfig
 
 PYDISTUTILS_BUILDARGS=	\
 			WX_CONFIG="${WX_CONFIG}" \


More information about the svn-ports-head mailing list