Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 18:09:33 +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: r326188 - head/x11-toolkits/py-wxPython28
Message-ID:  <201309031809.r83I9X0g011892@svn.freebsd.org>

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



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