diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-26 01:59:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-26 01:59:55 +0000 |
commit | a1d47ff03978c8439bc3d2a90920edca2647e3e5 (patch) | |
tree | 715eec9b9514afbfc1e1424a3bd4aeb4f5c4dfb7 /net/tintin++ | |
parent | 1fef91a7331be712380f2789f1e1ed458a34d752 (diff) | |
download | ports-a1d47ff03978c8439bc3d2a90920edca2647e3e5.tar.gz ports-a1d47ff03978c8439bc3d2a90920edca2647e3e5.zip |
Notes
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile index 1ccb2a49efc6..949c612189ba 100644 --- a/net/tintin++/Makefile +++ b/net/tintin++/Makefile @@ -18,10 +18,4 @@ COMMENT= A client program to help playing muds WRKSRC= ${WRKDIR}/tintin++/v1.5/src GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |