diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 02:41:27 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 02:41:27 +0800 |
commit | 7e6d80d7e9902c113593068b0d901280c8ceef33 (patch) | |
tree | 3925ab10ca4c6223cbf8252b234c97ea03796f17 /games/aop | |
parent | 9f0fe0d733dc0f1a16fec12a8e1b56c59dbcf230 (diff) | |
download | freebsd-ports-gnome-7e6d80d7e9902c113593068b0d901280c8ceef33.tar.gz freebsd-ports-gnome-7e6d80d7e9902c113593068b0d901280c8ceef33.tar.zst freebsd-ports-gnome-7e6d80d7e9902c113593068b0d901280c8ceef33.zip |
games/aop: document ncurses requirement (USES+=ncurses), respect LDFLAGS
Diffstat (limited to 'games/aop')
-rw-r--r-- | games/aop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/aop/Makefile b/games/aop/Makefile index db75599bec21..3ee6035bfd6a 100644 --- a/games/aop/Makefile +++ b/games/aop/Makefile @@ -16,6 +16,8 @@ COMMENT= Ncurses based arcade game with only 64 lines of code LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= ncurses +MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" ALL_TARGET= #empty PORTDOCS= README |