diff options
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 6d949160fd69..ac38ad3734e6 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -7,7 +7,7 @@ PORTNAME= scotty PORTVERSION= 20000221 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/ DISTNAME= ${PORTNAME}-00-02-21 @@ -58,10 +58,6 @@ LATEST_LINK= scotty3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - post-patch: ${MV} ${WRKSRC}/scotty.c ${WRKSRC}/scotty.c.orig ${CP} -p ${FILESDIR}/scotty.c ${WRKSRC}/scotty.c |