diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
commit | dcc9e8b200ab8a5206092584aca720a00b4a1b93 (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /emulators/mupen64plus-qt | |
parent | 626ea67df28655224dfc009495f8f256db40402f (diff) | |
download | freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.gz freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.zst freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.zip |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
Diffstat (limited to 'emulators/mupen64plus-qt')
-rw-r--r-- | emulators/mupen64plus-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile index 59f3a54fd07d..e2b65b14ca60 100644 --- a/emulators/mupen64plus-qt/Makefile +++ b/emulators/mupen64plus-qt/Makefile @@ -2,6 +2,7 @@ PORTNAME= mupen64plus-qt PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= maintainer@hasting.email @@ -13,7 +14,7 @@ BROKEN= wrong dependencies, mupen64plus executable is not provided by emulators DEPRECATED= Broken for more than 6 months EXPIRATION_DATE= 2018-05-19 -LIB_DEPENDS= libquazip.so:archivers/quazip +LIB_DEPENDS= libquazip.so:archivers/quazip@qt4 RUN_DEPENDS= mupen64plus:emulators/mupen64plus USES= qmake |