diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-01-19 12:21:46 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-01-19 12:21:46 +0800 |
commit | e34831d2b9665a0fbfe45bc6f6ba220edaa548e7 (patch) | |
tree | 0b7da7f07334b963567068e591c70a0e0f5cefd7 /databases | |
parent | d36965f0ff2acdf1074a6b5900d22f5987d89592 (diff) | |
download | freebsd-ports-gnome-e34831d2b9665a0fbfe45bc6f6ba220edaa548e7.tar.gz freebsd-ports-gnome-e34831d2b9665a0fbfe45bc6f6ba220edaa548e7.tar.zst freebsd-ports-gnome-e34831d2b9665a0fbfe45bc6f6ba220edaa548e7.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. |