diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:10:43 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:10:43 +0000 |
commit | 68b199543be7d588ef8e59d7b13936baa9f974d4 (patch) | |
tree | b1bc99cb53fe2e090a740c62bcab29236adfcf65 /games | |
parent | 0283c95ea5b3508ffd9b878c9c12c25901329529 (diff) | |
download | ports-68b199543be7d588ef8e59d7b13936baa9f974d4.tar.gz ports-68b199543be7d588ef8e59d7b13936baa9f974d4.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/dungeon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index d651a5cd97b0..7ae6efafceed 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -22,6 +22,7 @@ EXTRACT_ONLY= dungeon-gdt-glk.tar.gz \ MAINTAINER= sailor@63bit.net COMMENT= Text adventure which became Zork I-III +USES= ncurses NO_WRKSUBDIR= yes PLIST_FILES= bin/dungeon \ @@ -43,6 +44,7 @@ pre-patch: @${REINPLACE_CMD} -e 's/^CC =/CC ?=/' \ -e 's/^CFLAGS =/CFLAGS +=/' \ -e 's/^OPTIONS = -g/OPTIONS =/' \ + -e "s@LIBS = @LIBS = ${LDFLAGS} @g" \ -e '/^OPTIONS = -O/d' \ ${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile |