diff options
Diffstat (limited to 'games/pmars/Makefile')
-rw-r--r-- | games/pmars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pmars/Makefile b/games/pmars/Makefile index 3a585d4..8f05921 100644 --- a/games/pmars/Makefile +++ b/games/pmars/Makefile @@ -24,6 +24,7 @@ ICWS94_DESC= Enable ICWS'94 support PERMUTATE_DESC= Enable the -P switch SERVER_DESC= Build the command-line interface SMALLMEM_DESC= Use 16-bit addresses (smaller) +CURSES_USES= ncurses OPTIONS_SUB= yes @@ -40,7 +41,7 @@ SMALLMEM_MAKE_ARGS= CFLAGS+="-DSMALLMEM" .if ${PORT_OPTIONS:MCURSES} TARGETS+= curses CURSES_ARGS+= CFLAGS+="-DGRAPHX" \ - LIB+="-lcurses" + LIB+="${LDFLAGS} -lncurses" .endif .if ${PORT_OPTIONS:MSERVER} |