aboutsummaryrefslogtreecommitdiff
path: root/net/tintin++
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:18:54 +0000
commit5962582d7269a6c9cdfcb155f39c3338c9f1961d (patch)
treeaad243acad70f04a59b2eec25418f838e73f8da7 /net/tintin++
parentea6257242fddb87f389e1d36d5ab04b1ff52d599 (diff)
downloadports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.tar.gz
ports-5962582d7269a6c9cdfcb155f39c3338c9f1961d.zip
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81231
Diffstat (limited to 'net/tintin++')
-rw-r--r--net/tintin++/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index 949c612189ba..4199ae80f92b 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -15,7 +15,13 @@ DISTNAME= tintin++v1.5pl9
MAINTAINER= jhp@cocoja.holywar.net
COMMENT= A client program to help playing muds
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
WRKSRC= ${WRKDIR}/tintin++/v1.5/src
GNU_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>