diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 22:11:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 22:11:40 +0800 |
commit | 2b56f49ef45164a90f18142236242ffa8803b757 (patch) | |
tree | e6ac96f581e3a1c7b3a11d647da03e37e691d391 /databases | |
parent | 9f17a844e69c7ec1e649a33e2e5fed44523d203e (diff) | |
download | freebsd-ports-gnome-2b56f49ef45164a90f18142236242ffa8803b757.tar.gz freebsd-ports-gnome-2b56f49ef45164a90f18142236242ffa8803b757.tar.zst freebsd-ports-gnome-2b56f49ef45164a90f18142236242ffa8803b757.zip |
Fix make fetch
It seems infozip is not needed (java dumps core in the middle of the install here so not totally sure)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/exist/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/exist/Makefile b/databases/exist/Makefile index d0357aaa42f0..938da738fd7b 100644 --- a/databases/exist/Makefile +++ b/databases/exist/Makefile @@ -13,7 +13,6 @@ EXTRACT_ONLY= # MAINTAINER= ports@FreeBSD.org COMMENT= Open Source Native XML Database -USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ USE_RC_SUBR= eXist |