svn commit: r305838 - head/emulators/swine

Pawel Pekala pawel at FreeBSD.org
Sat Oct 13 16:05:29 UTC 2012


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}


More information about the svn-ports-head mailing list