svn commit: r408072 - head/games/aop
John Marino
marino at FreeBSD.org
Thu Feb 4 18:41:29 UTC 2016
Author: marino
Date: Thu Feb 4 18:41:27 2016
New Revision: 408072
URL: https://svnweb.freebsd.org/changeset/ports/408072
Log:
games/aop: document ncurses requirement (USES+=ncurses), respect LDFLAGS
Modified:
head/games/aop/Makefile
Modified: head/games/aop/Makefile
==============================================================================
--- head/games/aop/Makefile Thu Feb 4 18:39:28 2016 (r408071)
+++ head/games/aop/Makefile Thu Feb 4 18:41:27 2016 (r408072)
@@ -16,6 +16,8 @@ COMMENT= Ncurses based arcade game with
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= ncurses
+MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses"
ALL_TARGET= #empty
PORTDOCS= README
More information about the svn-ports-head
mailing list