From 93872f18cc0a948ab9c010bbe5694579bd59f8c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 4 Jun 2003 22:43:38 +0000 Subject: Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris --- java/guavac/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'java/guavac') diff --git a/java/guavac/Makefile b/java/guavac/Makefile index a2b09ff12fda..fbdfd7c8b23b 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -13,17 +13,17 @@ MASTER_SITES= ftp://ftp.yggdrasil.com/pub/dist/devel/compilers/guavac/ MAINTAINER= nakai@FreeBSD.org COMMENT= Java compiler and decompiler developed under GPL +USE_GMAKE= yes +GNU_CONFIGURE= yes +MAN1= guavac.1 +STRIP= + .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile (bad C++ code)" .endif -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAN1= guavac.1 -STRIP= - pre-install: @${CHMOD} +x ${WRKSRC}/mkinstalldirs -- cgit v1.2.3