aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 20:25:40 +0800
committerkris <kris@FreeBSD.org>2003-05-18 20:25:40 +0800
commitf701d3e90073f57686b8e6df4756a0717243dba4 (patch)
tree048ba1809a3d6fb498eb45fbbb93cc5b55c5051a /textproc
parent2eb8f480fa87857e5f05978aadbf680632d86011 (diff)
downloadfreebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.gz
freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.tar.zst
freebsd-ports-gnome-f701d3e90073f57686b8e6df4756a0717243dba4.zip
BROKEN on 5.1: bad C++
Diffstat (limited to 'textproc')
-rw-r--r--textproc/nicetext/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile
index 359261be43fb..5347a8295fba 100644
--- a/textproc/nicetext/Makefile
+++ b/textproc/nicetext/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \
MAINTAINER= markc@ctgi.net
COMMENT= Convert files to pseudo-natural-language text and back again
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_GMAKE= YES
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -pedantic" CFLAGS="${CFLAGS} -pedantic"
@@ -85,4 +91,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/words/twlist/numeric/* ${PREFIX}/share/examples/nicetext/words/twlist/numeric/
${MKDIR} ${PREFIX}/share/examples/nicetext/words/twlist/rhyme/
${INSTALL_DATA} ${WRKSRC}/examples/words/twlist/rhyme/* ${PREFIX}/share/examples/nicetext/words/twlist/rhyme/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>