diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 02:14:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 02:14:18 +0800 |
commit | 19543cc41c74a3331bfc8fa6860fa0b2e1fab01f (patch) | |
tree | fab32ef6fa99e4d6b406f227399680d608259c1b /x11-toolkits/py-wxPython26 | |
parent | 16f99b5bc160c6fa0a80a5f3f83609f9643d276c (diff) | |
download | freebsd-ports-gnome-19543cc41c74a3331bfc8fa6860fa0b2e1fab01f.tar.gz freebsd-ports-gnome-19543cc41c74a3331bfc8fa6860fa0b2e1fab01f.tar.zst freebsd-ports-gnome-19543cc41c74a3331bfc8fa6860fa0b2e1fab01f.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits/py-wxPython26')
-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= \ |