diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 15:21:21 +0000 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/eclipse-findbugs | |
parent | 33f5bc7e0b57754907e412b239748ef09a807430 (diff) | |
download | ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.gz ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.zip |
Notes
Diffstat (limited to 'java/eclipse-findbugs')
-rw-r--r-- | java/eclipse-findbugs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-findbugs/Makefile b/java/eclipse-findbugs/Makefile index d91f9f7aa758..2148f3a66ecc 100644 --- a/java/eclipse-findbugs/Makefile +++ b/java/eclipse-findbugs/Makefile @@ -8,7 +8,6 @@ CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2 PKGNAMEPREFIX= eclipse- DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org @@ -16,6 +15,7 @@ COMMENT= Eclipse plug-in that provides FindBugs support RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse +USES= zip NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ |