diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-03-07 09:37:09 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-03-07 09:37:09 +0800 |
commit | 35238af24d4634ed4754b53cd40c9331a2a7303e (patch) | |
tree | e82854de4c4fee1f3c32a1dd4cab24d3dd1eb22c /emulators | |
parent | 7cc27f4a929b9262a461343f44b27a30e55f3835 (diff) | |
download | freebsd-ports-gnome-35238af24d4634ed4754b53cd40c9331a2a7303e.tar.gz freebsd-ports-gnome-35238af24d4634ed4754b53cd40c9331a2a7303e.tar.zst freebsd-ports-gnome-35238af24d4634ed4754b53cd40c9331a2a7303e.zip |
Extend expiration time per PR 224942 noting that a fix is available.
PR: 224942
Submitted by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mupen64plus-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile index 19e918efd913..59f3a54fd07d 100644 --- a/emulators/mupen64plus-qt/Makefile +++ b/emulators/mupen64plus-qt/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE BROKEN= wrong dependencies, mupen64plus executable is not provided by emulators/mupen64plus DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-03-19 +EXPIRATION_DATE= 2018-05-19 LIB_DEPENDS= libquazip.so:archivers/quazip RUN_DEPENDS= mupen64plus:emulators/mupen64plus |