diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-10 20:48:45 +0000 |
commit | a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea (patch) | |
tree | 0bfafd8b940b1068dff867abd0a486ec4d7ee5c6 /emulators/swine/Makefile | |
parent | f4b5a9883bcd59b1a495cb8f7c3a7c70e75bc6d9 (diff) | |
download | ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.tar.gz ports-a021c1b8c05d90d44a7f031d0b5ee85c32d0b9ea.zip |
Notes
Diffstat (limited to 'emulators/swine/Makefile')
-rw-r--r-- | emulators/swine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/swine/Makefile b/emulators/swine/Makefile index b199984c4bb4..c7e076c53fe3 100644 --- a/emulators/swine/Makefile +++ b/emulators/swine/Makefile @@ -11,11 +11,9 @@ COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 -BUILD_DEPENDS= pyrcc4:textproc/py-qt4-xml RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ - icotool:graphics/icoutils \ - ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui + icotool:graphics/icoutils DATADIRLIB= ${PREFIX}/lib/${PORTNAME} @@ -23,8 +21,9 @@ USE_GITHUB= yes GH_ACCOUNT= dswd GH_PROJECT= Swine -USES= gmake python:2.7 +USES= gmake python:2.7 pyqt:4 NO_BUILD= yes +USE_PYQT= gui_run xml_build USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 |