diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:54:21 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:54:21 +0000 |
commit | 38bd1e90c74623c9764124630f5d0605bb9441e5 (patch) | |
tree | 70ae55cc2bcca417187a00eb92c9742fba185e21 /games | |
parent | 1f5994b589c115cd4def88f6f5204f0d73e2d0a5 (diff) | |
download | pkgsrc-38bd1e90c74623c9764124630f5d0605bb9441e5.tar.gz |
moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no.
Diffstat (limited to 'games')
-rw-r--r-- | games/moria/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index b3b940878f1..10efec66a39 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2018/01/14 17:34:00 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2018/01/15 09:54:21 jperkin Exp $ DISTNAME= um5.5.2 PKGNAME= moria-5.5.2 @@ -17,6 +17,8 @@ COMMENT= Rogue-like game with a different sense of scale than Rogue WRKSRC= ${WRKDIR}/umoria MAKE_FLAGS+= CURSES=-l${BUILDLINK_LIBNAME.curses} VARBASE=${VARBASE} +FORTIFY_SUPPORTED= no + INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 SETGIDGAME= yes @@ -28,7 +30,5 @@ do-configure: @${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile @cd ${WRKSRC}; ${LN} -s source/* unix/* . -PKGSRC_USE_FORTIFY= no - .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |