diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-26 09:59:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-26 09:59:55 +0800 |
commit | ffd98fe3e02b0bf1e3b4f2c7e91f377d6f6bd084 (patch) | |
tree | 3155d66848931834d68676ae94e9680a728765ed | |
parent | 72afa51e226a8fb260ebc3bab5fa90c89c3939ad (diff) | |
download | freebsd-ports-gnome-ffd98fe3e02b0bf1e3b4f2c7e91f377d6f6bd084.tar.gz freebsd-ports-gnome-ffd98fe3e02b0bf1e3b4f2c7e91f377d6f6bd084.tar.zst freebsd-ports-gnome-ffd98fe3e02b0bf1e3b4f2c7e91f377d6f6bd084.zip |
Unmark this as broken on -current. The build logs I can find for
this on bento (i386, sparc) contain no errors, nor can I duplicate
any error on i386 here.
-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> |