summaryrefslogtreecommitdiff
path: root/news/trn4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/trn4/Makefile')
-rw-r--r--news/trn4/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile
index a05fed3a4046..c65c36eadde1 100644
--- a/news/trn4/Makefile
+++ b/news/trn4/Makefile
@@ -16,10 +16,15 @@ MAINTAINER= mph@freebsd.org
COMMENT= Version 4.0 of the threaded readnews newsreader
NO_LATEST_LINK= yes
-NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
MAN1= trn.1 Pnews.1 Rnmail.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
@${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \
@@ -27,4 +32,4 @@ pre-configure:
${WRKDIR}/preconf.new
@sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>