diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 18:14:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-03 18:14:18 +0000 |
commit | 48c8f3f0390cd7587291b73e0a68824a034fb057 (patch) | |
tree | fab32ef6fa99e4d6b406f227399680d608259c1b /x11-toolkits | |
parent | 5c7921038eb51aa7712685a193883f33fcf4faf6 (diff) | |
download | ports-48c8f3f0390cd7587291b73e0a68824a034fb057.tar.gz ports-48c8f3f0390cd7587291b73e0a68824a034fb057.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326189
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 038714ce26b7..19a491b08721 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -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/__init__.py:${PORTSDIR}/graphics/py-ope WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_BUILDARGS= \ |