summaryrefslogtreecommitdiff
path: root/lang/gcc46
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-14 20:50:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-14 20:50:32 +0000
commit0af18a4496ac55e5a6b1ce0fe30ece49a8f52910 (patch)
tree891f46f96ffa644d3b9a055f1a3ba0c8f9cde7a0 /lang/gcc46
parentNew port, sysutils/rubygem-httplog: Log outgoing HTTP requests (diff)
- Fix shebang
Approved by: gerald (maintainer via mail)
Notes
Notes: svn path=/head/; revision=438545
Diffstat (limited to 'lang/gcc46')
-rw-r--r--lang/gcc46/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index bc61ee26ad2f..b0a081af5b1d 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gcc
PORTVERSION= 4.6.4
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= lang java
MASTER_SITES= GCC/releases/gcc-${PORTVERSION}
@@ -45,6 +45,9 @@ OPTIONS_DEFAULT_amd64= JAVA
OPTIONS_EXCLUDE_DragonFly= JAVA
BOOTSTRAP_DESC= Build using a full bootstrap
+JAVA_USES= python:build shebangfix
+SHEBANG_FILES= libjava/contrib/aot-compile.in
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"