diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 03:37:25 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-17 03:37:25 +0800 |
commit | ee161386d4cacfa5a6c03f35e393db16494e167c (patch) | |
tree | e4fdefc9a19eda4c3f2c2b9291526417df0ebb1f /emulators | |
parent | 3a0077e4aff3cb813925c9a0aca42660b04d2076 (diff) | |
download | freebsd-ports-gnome-ee161386d4cacfa5a6c03f35e393db16494e167c.tar.gz freebsd-ports-gnome-ee161386d4cacfa5a6c03f35e393db16494e167c.tar.zst freebsd-ports-gnome-ee161386d4cacfa5a6c03f35e393db16494e167c.zip |
archivers/quazip: remove flavors (Qt4 deprecation)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-qt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile index 914bb713e746..f20da7f972e2 100644 --- a/emulators/mupen64plus-qt/Makefile +++ b/emulators/mupen64plus-qt/Makefile @@ -2,7 +2,7 @@ PORTNAME= mupen64plus-qt DISTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= maintainer@hasting.email @@ -10,7 +10,7 @@ COMMENT= Basic launcher for Mupen64Plus LICENSE= BSD3CLAUSE -LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5 +LIB_DEPENDS= libquazip5.so:archivers/quazip RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \ ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:emulators/mupen64plus-input-sdl \ |