aboutsummaryrefslogtreecommitdiff
path: root/java/jlint
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 21:23:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-02-11 21:23:04 +0000
commit86ce0324dd22ac0abdedbcec493949c574268e23 (patch)
tree7aac0d809db5d77317e6996a142d4aeade521a08 /java/jlint
parent12463e9f59e30a4acfa53a2b5c3b6ad33899be2c (diff)
downloadports-86ce0324dd22ac0abdedbcec493949c574268e23.tar.gz
ports-86ce0324dd22ac0abdedbcec493949c574268e23.zip
Fix build with libc++ (is_const is already defined by some libc++ headers)
This make the port work without the gcc dependency
Notes
Notes: svn path=/head/; revision=433915
Diffstat (limited to 'java/jlint')
-rw-r--r--java/jlint/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/jlint/Makefile b/java/jlint/Makefile
index f30033ca24c7..39c5c48f9350 100644
--- a/java/jlint/Makefile
+++ b/java/jlint/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jlint
PORTVERSION= 3.1.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -13,8 +13,6 @@ COMMENT= Java program analyzer and checker
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USE_GCC= yes
-
PLIST_FILES= bin/jlint \
bin/jlint.sh \
bin/antic