diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:08:49 +0000 |
commit | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch) | |
tree | ad7fc41e83124b14a4f9c94aa2581bd3df105324 /emulators/fs-uae-launcher | |
parent | acf1e80f2a51164e8f7fdb176967668739b26fa7 (diff) | |
download | ports-78b522d04c8a56a2bcf7582bd65b2e049494ea9e.tar.gz ports-78b522d04c8a56a2bcf7582bd65b2e049494ea9e.zip |
e*: Add missing USES={gnome,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517045
Diffstat (limited to 'emulators/fs-uae-launcher')
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 3b9c294ce2ae..3c5a0ae9faf9 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= gettext gmake pathfix python:3.4+ pyqt:5 +USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ USE_PYTHON= distutils autoplist noflavors USE_PYQT= core sip gui widgets opengl |