diff options
Diffstat (limited to 'java/guavac/Makefile')
-rw-r--r-- | java/guavac/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile index 6e167e6c051..a2b09ff12fd 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ MAINTAINER= nakai@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 @@ -24,4 +30,4 @@ pre-install: post-install: @strip ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad -.include <bsd.port.mk> +.include <bsd.port.post.mk> |