diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-16 05:52:33 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-10-16 05:52:33 +0800 |
commit | d6119cb10732fbe86cddd3e8dfcf0c69cb4420af (patch) | |
tree | dc4e9f53f984f9268c3a8b413624043be221dc05 /x11-toolkits | |
parent | 2dd108140fdf06be12e3266884123bbd6c059a56 (diff) | |
download | freebsd-ports-gnome-d6119cb10732fbe86cddd3e8dfcf0c69cb4420af.tar.gz freebsd-ports-gnome-d6119cb10732fbe86cddd3e8dfcf0c69cb4420af.tar.zst freebsd-ports-gnome-d6119cb10732fbe86cddd3e8dfcf0c69cb4420af.zip |
Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated.
In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 430aebe0e36c..47dbca4e99da 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -39,7 +39,6 @@ ARGS= -b ${PREFIX}/bin \ CC="${CC}" CXX="${CXX}" LINK="${CXX}" LINK_SHLIB="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -NO_STAGE= yes .include "${.CURDIR}/../../devel/py-qt4/bsd.pyqt.mk" .include <bsd.port.options.mk> |