diff options
author | antoine <antoine@FreeBSD.org> | 2018-02-14 18:02:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-02-14 18:02:49 +0800 |
commit | 891252c404775cceadde34db160cdb924cc3266f (patch) | |
tree | e276ab099bcfd48d61a99041755a860faef3e00b | |
parent | eeb82611eefd3217f7272f8e60c2d76499898d20 (diff) | |
download | freebsd-ports-gnome-891252c404775cceadde34db160cdb924cc3266f.tar.gz freebsd-ports-gnome-891252c404775cceadde34db160cdb924cc3266f.tar.zst freebsd-ports-gnome-891252c404775cceadde34db160cdb924cc3266f.zip |
fs-uae-launcher doesn't work with python3
-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 56d672c4daf6..db12a82c30b9 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -11,7 +11,7 @@ COMMENT= GUI launcher for the FS-UAE Amiga emulator LICENSE= GPLv2 -USES= gettext gmake pathfix python shebangfix +USES= gettext gmake pathfix python:2.7 shebangfix INSTALLS_ICONS= yes MAKE_ARGS= DESTDIR=${STAGEDIR} prefix=${PREFIX} |