Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2016 09:01:30 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422657 - head/x11-toolkits/py-wxPython30
Message-ID:  <201609230901.u8N91UlB064625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Sep 23 09:01:30 2016
New Revision: 422657
URL: https://svnweb.freebsd.org/changeset/ports/422657

Log:
  x11-toolkits/py-wxPython30: install header files
  
  These headers are required to build some ports.
  
  PR:		211310
  Reported by:	yuan.mei@gmail.com
  With hat:       python

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

Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile	Fri Sep 23 08:41:28 2016	(r422656)
+++ head/x11-toolkits/py-wxPython30/Makefile	Fri Sep 23 09:01:30 2016	(r422657)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wxPython
 PORTVERSION=	3.0.2.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	src-
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF/wxpython/wxPython/${PORTVERSION}
@@ -45,7 +46,6 @@ WANT_UNICODE=	yes
 USE_PYTHON=	distutils autoplist
 PYDISTUTILS_BUILDARGS=	WX_CONFIG="${WX_CONFIG}" \
 			WXPORT="${WXPORT}" \
-			NO_HEADERS=1 \
 			NO_SCRIPTS=1 \
 			INSTALL_MULTIVERSION=1
 PYDISTUTILS_CONFIGUREARGS+=	${PYDISTUTILS_BUILDARGS}



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