View | Details | Raw Unified | Return to bug 252941 | Differences between
and this patch

Collapse All | Expand All

(-)games/bsdgames/Makefile (-1 / +7 lines)
Lines 20-28 Link Here
20
CONFLICTS=	hangman-[0-9]*
20
CONFLICTS=	hangman-[0-9]*
21
21
22
CFLAGS+=	-fcommon
22
CFLAGS+=	-fcommon
23
MAKE_ENV=	NO_WERROR=1
23
MAKE_ENV=	WITHOUT_WERROR=yes
24
MAKE_ARGS=	BINGRP=${BINGRP}
24
MAKE_ARGS=	BINGRP=${BINGRP}
25
25
26
.include <bsd.port.pre.mk>
27
28
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300134
29
MAKE_ARGS+=	NO_WERROR=yes
30
.endif
31
26
# contain /usr/share/games
32
# contain /usr/share/games
27
SHAREPATH_FILES=atc/atc.6 \
33
SHAREPATH_FILES=atc/atc.6 \
28
		atc/pathnames.h \
34
		atc/pathnames.h \

Return to bug 252941