Move it to "base-clang ports-gcc" and bump REVISION accordingly. This unbreaks Qt5-related binaries runtime on macppc. OK sthen@
12 lines
218 B
Makefile
12 lines
218 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/03/08 20:00:46 cwen Exp $
|
|
|
|
GAME = cutemaze
|
|
COMMENT = simple maze game
|
|
DISTNAME = ${GAME}-1.2.4-src
|
|
WANTLIB += Qt5Svg
|
|
REVISION = 0
|
|
|
|
LIB_DEPENDS += x11/qt5/qtsvg
|
|
|
|
.include <bsd.port.mk>
|