aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/swine
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-10-14 00:05:28 +0800
committerpawel <pawel@FreeBSD.org>2012-10-14 00:05:28 +0800
commit9bdf10adc31058ffad5cbbfe61e41711cda49dcb (patch)
treedc70749b93583d1782b20970af45b7d3640cef38 /emulators/swine
parentcda0adac8825c663965c7d88dc83f6d237a6d337 (diff)
downloadfreebsd-ports-gnome-9bdf10adc31058ffad5cbbfe61e41711cda49dcb.tar.gz
freebsd-ports-gnome-9bdf10adc31058ffad5cbbfe61e41711cda49dcb.tar.zst
freebsd-ports-gnome-9bdf10adc31058ffad5cbbfe61e41711cda49dcb.zip
Remove unnecessary stuff that I overlooked
Reported by: makc Feature safe: yes
Diffstat (limited to 'emulators/swine')
-rw-r--r--emulators/swine/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile
index f65297a09e7b..8f62204f1931 100644
--- a/emulators/swine/Makefile
+++ b/emulators/swine/Makefile
@@ -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/wine-devel \
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}