summaryrefslogtreecommitdiff
path: root/java/guavac/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-02-08 05:04:42 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-02-08 05:04:42 +0000
commitc5450c57954eedd9539f68f3a220046f64132c43 (patch)
tree535ad20bee9c5d7beb050d82106ab51a033bce31 /java/guavac/Makefile
parentPer request of the "dynamic everything" folks, remove the -static from (diff)
add USE_GCC=2.95 and unbreak this port.
Notes
Notes: svn path=/head/; revision=100340
Diffstat (limited to 'java/guavac/Makefile')
-rw-r--r--java/guavac/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile
index 3895d90120fa..dadd6a56a51d 100644
--- a/java/guavac/Makefile
+++ b/java/guavac/Makefile
@@ -18,12 +18,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= guavac.1
STRIP=
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
-.endif
+USE_GCC= 2.95
pre-install:
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
@@ -31,4 +26,4 @@ pre-install:
post-install:
@${STRIP_CMD} ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>