diff --git a/databases/postgresql-pllua/Makefile b/databases/postgresql-pllua/Makefile index 763d9b7bb87..adc63f9165b 100644 --- a/databases/postgresql-pllua/Makefile +++ b/databases/postgresql-pllua/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2016/05/13 14:36:37 jeremy Exp $ +# $OpenBSD: Makefile,v 1.8 2016/12/18 18:19:37 jeremy Exp $ COMMENT = Lua procedural language support for PostgreSQL VERSION = 1.0 DISTNAME = pllua-${VERSION} PKGNAME = postgresql-pllua-${VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = databases @@ -22,7 +22,7 @@ MASTER_SITES = http://pgfoundry.org/frs/download.php/3481/ MODULES = lang/lua BUILD_DEPENDS = ${RUN_DEPENDS} -RUN_DEPENDS = postgresql-server->=9.5,<9.6:databases/postgresql,-server +RUN_DEPENDS = postgresql-server->=9.6,<9.7:databases/postgresql,-server USE_GMAKE = Yes