[Bug 288495] [NEW PORT] emulators/Ymir: Sega Saturn emulator
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288495] [NEW PORT] emulators/Ymir: Sega Saturn emulator"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Aug 2025 14:28:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288495
--- Comment #18 from Vladimir Druzenko <vvd@FreeBSD.org> ---
IMHO, this is better:
FLAVORS= gtk3 gtk4
FLAVOR?= ${FLAVORS:[1]}
gtk4_PKGNAMESUFFIX= -gtk4
_gtk3_BR_DEPENDS= zenity:x11/zenity
_gtk4_BR_DEPENDS= zenity:x11/zenity4
${FLAVOR}_BUILD_DEPENDS= ${_${FLAVOR}_BR_DEPENDS}
${FLAVOR}_RUN_DEPENDS= ${_${FLAVOR}_BR_DEPENDS}
--
You are receiving this mail because:
You are the assignee for the bug.