diff options
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index ba08a4a65b3..781de6b232e 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2015/09/27 19:06:23 kamil Exp $ +# $NetBSD: Makefile,v 1.57 2016/02/25 11:28:57 jperkin Exp $ DISTNAME= bitchx-1.2.1 CATEGORIES= chat @@ -16,11 +16,7 @@ CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --datadir=${PREFIX}/share CONFIG_SHELL= ${TOOLS_PATH.bash} -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "Darwin" -CFLAGS+= -DBIND_8_COMPAT -.endif +CFLAGS.Darwin+= -DBIND_8_COMPAT SUBST_CLASSES+= manpage SUBST_STAGE.manpage= post-patch |