diff options
author | rm <rm@FreeBSD.org> | 2016-09-23 17:01:30 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-09-23 17:01:30 +0800 |
commit | 62ff9a34e7a61a04cfb0bd51906b317cd07338c7 (patch) | |
tree | 2e0d2eac1886a0ccbd3291835f096eeeacb593d0 /x11-toolkits | |
parent | 2a11b53b014f019dc6b24418cb28cf9baa73843e (diff) | |
download | freebsd-ports-gnome-62ff9a34e7a61a04cfb0bd51906b317cd07338c7.tar.gz freebsd-ports-gnome-62ff9a34e7a61a04cfb0bd51906b317cd07338c7.tar.zst freebsd-ports-gnome-62ff9a34e7a61a04cfb0bd51906b317cd07338c7.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile index 891bfdf299bf..93600cba863b 100644 --- a/x11-toolkits/py-wxPython30/Makefile +++ b/x11-toolkits/py-wxPython30/Makefile @@ -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} |