diff options
-rw-r--r-- | games/omega/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/omega/Makefile b/games/omega/Makefile index d6e90b2633a4..f947ee8a5ee5 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Complex rogue-style game of dungeon exploration -USES= gmake +USES= gmake ncurses WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= # empty CFLAGS+= -Wno-return-type |