diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 02:12:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-07 02:12:36 +0800 |
commit | faa7af82b92545881550fa99fe7f4bbe2b34f493 (patch) | |
tree | efbe715dda7aeee08b540bcd8089d39501fc2f28 /databases | |
parent | baf76732bfb9af691deeded28ea8f2113e8bca81 (diff) | |
download | freebsd-ports-gnome-faa7af82b92545881550fa99fe7f4bbe2b34f493.tar.gz freebsd-ports-gnome-faa7af82b92545881550fa99fe7f4bbe2b34f493.tar.zst freebsd-ports-gnome-faa7af82b92545881550fa99fe7f4bbe2b34f493.zip |
- Switch to USES=zip:infozip to fix extraction problem on recent current
PR: 212311
Submitted by: rhurlin@gwdg.de (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis-jdbc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index ca488439e1c6..62756a6f6efd 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= multi RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc +USES= zip:infozip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes |