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/xdoclet | |
parent | 33f5bc7e0b57754907e412b239748ef09a807430 (diff) | |
download | ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.gz ports-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.zip |
Notes
Diffstat (limited to 'java/xdoclet')
-rw-r--r-- | java/xdoclet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/xdoclet/Makefile b/java/xdoclet/Makefile index 232d74cd23e4..5f6bd8618acf 100644 --- a/java/xdoclet/Makefile +++ b/java/xdoclet/Makefile @@ -8,7 +8,6 @@ PORTEPOCH= 1 CATEGORIES= java devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} -EXTRACT_SUFX= .zip DISTFILES= ${DISTNAME}.zip xjavadoc-${XJAVADOC_VER}.zip MAINTAINER= lxv@omut.org @@ -16,6 +15,7 @@ COMMENT= Java attribute-oriented code generation engine RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes |