diff options
Diffstat (limited to 'databases/ip4r/Makefile')
-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 3fd955c5ca3e..847fae03954b 100644 --- a/databases/ip4r/Makefile +++ b/databases/ip4r/Makefile @@ -20,7 +20,7 @@ DEFAULT_PGSQL_VER= 81 # 74 is not strictly true, but requires extracting the appropriate # postgresql-contrib tarball, and associated heavy lifting. # In order to keep this port simple, we assume >= 8.0 -BROKEN_WITH_PGSQL= 73 74 +IGNORE_WITH_PGSQL= 73 74 MAKE_ARGS= USE_PGXS=1 |