diff options
Diffstat (limited to 'databases/postgis-jdbc/Makefile')
-rw-r--r-- | databases/postgis-jdbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index fd59ea7389ca..ca488439e1c6 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -13,7 +13,7 @@ COMMENT= PostGIS spatial data structures for JDBC LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc +RUN_DEPENDS= ${JAVALIBDIR}/postgresql.jar:databases/postgresql-jdbc USE_JAVA= yes JAVA_VERSION= 1.6+ |