aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-31 09:13:19 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-31 09:13:19 +0000
commit1a9f6ed88d8b90b4c47df629449e32064cc9260b (patch)
treed369dc92e3604be6c97f662f71d4a1a169f9e384
parent18bb4f113968c1e9e70cb56eadea6727c95ff042 (diff)
downloadports-1a9f6ed88d8b90b4c47df629449e32064cc9260b.tar.gz
ports-1a9f6ed88d8b90b4c47df629449e32064cc9260b.zip
games/omega: document ncurses requirement (USES+=ncurses)
Notes
Notes: svn path=/head/; revision=407596
-rw-r--r--games/omega/Makefile2
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