Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 18:14:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326189 - head/x11-toolkits/py-wxPython26
Message-ID:  <201309031814.r83IEJMP016048@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.ORG
-#
+# Created by: nectar@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=	\



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