diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-22 14:50:03 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-22 14:50:03 +0800 |
commit | bf58fb0313836e0c826e4f927c2b4cf79c2e6593 (patch) | |
tree | c65502f4f031e244afad87e9858f3bdc55b16091 | |
parent | 443820fee99ec8518f86e40606662b194d6bb8f7 (diff) | |
download | freebsd-ports-gnome-bf58fb0313836e0c826e4f927c2b4cf79c2e6593.tar.gz freebsd-ports-gnome-bf58fb0313836e0c826e4f927c2b4cf79c2e6593.tar.zst freebsd-ports-gnome-bf58fb0313836e0c826e4f927c2b4cf79c2e6593.zip |
databases/postgresql-pllua: Restrict to postgresql 9.1 and earlier
This version of Tablelog fails to build with postgresql 9.2
Also trim header and convert USE_GMAKE to USES+=gmake.
PR: ports/179959
submitted by: marino
Approved by: bapt (mentor), maintainer timeout
-rw-r--r-- | databases/postgresql-pllua/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/postgresql-pllua/Makefile b/databases/postgresql-pllua/Makefile index 530f238deb4e..370dc9dbff9e 100644 --- a/databases/postgresql-pllua/Makefile +++ b/databases/postgresql-pllua/Makefile @@ -1,9 +1,5 @@ -# New Ports collection makefile for: postgresql-pllua -# Date created: 27 Feb 2008 -# Whom: sunghyuk -# +# Created by: sunghyuk # $FreeBSD$ -# PORTNAME= pllua PORTVERSION= 0.3.2 @@ -14,8 +10,9 @@ PKGNAMEPREFIX= postgresql- MAINTAINER= sunghyuk@gmail.com COMMENT= PL/Lua procedural language for PostgreSQL database +USES= gmake USE_PGSQL= yes -USE_GMAKE= yes +WANT_PGSQL_VER= 91- USE_LUA= 5.1+ SUB_FILES= pkg-message |