diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-08-08 10:37:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-08-08 11:22:05 +0000 |
commit | 6c225bcc570ece3af3d61d497330b79c912c60ef (patch) | |
tree | d145703beb7f5243751f30d0faa3395580e6c5d2 /emulators/mesen | |
parent | bcd90622c73cdc090877a2f8173cf50a8e8e611f (diff) |
lang/mono: respect MONO_DEFAULT in consumers
PR: 251795
Diffstat (limited to 'emulators/mesen')
-rw-r--r-- | emulators/mesen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/mesen/Makefile b/emulators/mesen/Makefile index f21ec15999c8..92bda6a78103 100644 --- a/emulators/mesen/Makefile +++ b/emulators/mesen/Makefile @@ -1,7 +1,7 @@ PORTNAME= mesen DISTVERSION= 0.9.8-4 -PORTREVISION= 2 DISTVERSIONSUFFIX= -g4c701ad6 +PORTREVISION= 3 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org @@ -41,8 +41,8 @@ MONO_DESC= Mono based GUI frontend LIBRETRO_DESC= Libretro core MONO_ALL_TARGET= ui -MONO_BUILD_DEPENDS= mono:lang/mono -MONO_RUN_DEPENDS= mono:lang/mono +MONO_BUILD_DEPENDS= mono:lang/mono${MONO_DEFAULT} +MONO_RUN_DEPENDS= mono:lang/mono${MONO_DEFAULT} MONO_DESKTOP_ENTRIES= "Mesen" "NES/Famicom Emulator" \ "${PORTNAME}" "${PORTNAME}" "Game;Emulator;" false |