da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -video-rice
|
|
|
|
COMMENT= The rice graphics plugin for Mupen64plus
|
|
|
|
USES= gl
|
|
USE_GL= gl
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|