Date: Sat, 13 Oct 2012 16:05:29 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305838 - head/emulators/swine Message-ID: <201210131605.q9DG5TbZ051367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Oct 13 16:05:28 2012 New Revision: 305838 URL: http://svn.freebsd.org/changeset/ports/305838 Log: Remove unnecessary stuff that I overlooked Reported by: makc Feature safe: yes Modified: head/emulators/swine/Makefile Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Sat Oct 13 15:59:53 2012 (r305837) +++ head/emulators/swine/Makefile Sat Oct 13 16:05:28 2012 (r305838) @@ -3,6 +3,7 @@ PORTNAME= swine PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= emulators deskutils python MASTER_SITES= GH @@ -16,8 +17,7 @@ RUN_DEPENDS= wine:${PORTSDIR}/emulators/ xterm:${PORTSDIR}/x11/xterm \ cabextract:${PORTSDIR}/archivers/cabextract \ icotool:${PORTSDIR}/graphics/icoutils \ - ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-core \ - ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui + ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui DATADIRLIB= ${PREFIX}/lib/${PORTNAME} @@ -33,7 +33,6 @@ USE_QT4= linguist_build PORTDOCS= README -.include "../../devel/py-sip/files/bsd.pyqt.mk" .include <bsd.port.options.mk> post-patch: @@ -54,9 +53,6 @@ pre-build: exit 1 .endif -do-build: - @(cd ${WRKSRC} ; ${GMAKE}) - do-install: ${MKDIR} ${DATADIRLIB} ${INSTALL_DATA} ${WRKSRC}/resources.qrc ${DATADIRLIB}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210131605.q9DG5TbZ051367>