diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-28 12:53:03 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-07-28 12:53:03 +0000 |
commit | f50fc2f6bc2a870f3aec9748305f83c635d2dbbf (patch) | |
tree | d4788cc6f27c7a46fd25db6f95f540dcb0fffb12 /x11-toolkits | |
parent | 48bb215a612e86d78febf79825137928aa0a5d83 (diff) | |
download | ports-f50fc2f6bc2a870f3aec9748305f83c635d2dbbf.tar.gz ports-f50fc2f6bc2a870f3aec9748305f83c635d2dbbf.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt4-gui/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/py-qt4-gui/Makefile b/x11-toolkits/py-qt4-gui/Makefile index 10997cb9f19e..89d6f9921798 100644 --- a/x11-toolkits/py-qt4-gui/Makefile +++ b/x11-toolkits/py-qt4-gui/Makefile @@ -65,10 +65,6 @@ PLIST_SUB+= SIP="" ARGS+= --trace .endif -.if ${ARCH} == "sparc64" && ${OSVERSION} >= 700000 -BROKEN= Does not compile on sparc64 -.endif - do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ ${PYTHON_CMD} configure.py ${ARGS} |