diff options
Diffstat (limited to 'net/verlihub/Makefile')
-rw-r--r-- | net/verlihub/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/verlihub/Makefile b/net/verlihub/Makefile index 3a1d1470d622..737be735716b 100644 --- a/net/verlihub/Makefile +++ b/net/verlihub/Makefile @@ -6,12 +6,12 @@ # PORTNAME= verlihub -PORTVERSION= 0.9.8.a +PORTVERSION= 0.9.8.b PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= verlihub -DISTNAME= verlihub-0.9.8a +DISTNAME= verlihub-0.9.8b MAINTAINER= hurbold@yahoo.com COMMENT= Verlihub Linux/Unix Direct Connect Hub Software @@ -46,11 +46,11 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 502010 -USE_GCC= 3.4 +USE_GCC= 3.3 .endif .if ${OSVERSION} >= 502126 -BROKEN= Does not compile with gcc 3.4 +USE_GCC= 3.3 .endif .include <bsd.port.post.mk> |