diff options
author | ade <ade@FreeBSD.org> | 2006-01-19 12:21:46 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-01-19 12:21:46 +0800 |
commit | c77eddd9819595affd6e2946775b483ecb359ae0 (patch) | |
tree | ed6e7402c746cc6c06e193d8e13b9bfc40fc235a /databases | |
parent | 633b7a0a9ee892ebf31c55095bc6d32b60c7e519 (diff) | |
download | freebsd-ports-gnome-c77eddd9819595affd6e2946775b483ecb359ae0.tar.gz freebsd-ports-gnome-c77eddd9819595affd6e2946775b483ecb359ae0.tar.zst freebsd-ports-gnome-c77eddd9819595affd6e2946775b483ecb359ae0.zip |
Set default pgsql version to 8.1.x, since the port doesn't work with
the packaging default of 7.4.x
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ip4r/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ip4r/Makefile b/databases/ip4r/Makefile index 7e426bd36ed4..3fd955c5ca3e 100644 --- a/databases/ip4r/Makefile +++ b/databases/ip4r/Makefile @@ -15,7 +15,7 @@ COMMENT= IPv4 and IPv4 range index type for PostgreSQL USE_PGSQL= YES USE_GMAKE= YES -WANT_PGSQL_VER?= 81 +DEFAULT_PGSQL_VER= 81 # 74 is not strictly true, but requires extracting the appropriate # postgresql-contrib tarball, and associated heavy lifting. |