diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-03-27 19:57:04 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-03-27 19:57:04 +0800 |
commit | 48a6e2641ebe470c5244c64e6cc89b0fff7f3c8b (patch) | |
tree | 06353bf37204c2fd3b2430d40d96ee013f66e9e4 /databases/slony1v2 | |
parent | 59e9ac2d5956c8403b22588013d30204f6ade56f (diff) | |
download | freebsd-ports-gnome-48a6e2641ebe470c5244c64e6cc89b0fff7f3c8b.tar.gz freebsd-ports-gnome-48a6e2641ebe470c5244c64e6cc89b0fff7f3c8b.tar.zst freebsd-ports-gnome-48a6e2641ebe470c5244c64e6cc89b0fff7f3c8b.zip |
Remove invalid values from IGNORE_WITH_PGSQL (according to
VALID_PGSQL_VER).
Feature safe: yes
Diffstat (limited to 'databases/slony1v2')
-rw-r--r-- | databases/slony1v2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile index 30e22b2b95a1..7526ad91a1b9 100644 --- a/databases/slony1v2/Makefile +++ b/databases/slony1v2/Makefile @@ -35,7 +35,7 @@ CONFLICTS?= slony1-1* .include <bsd.port.pre.mk> -IGNORE_WITH_PGSQL= 73 74 80 81 82 +IGNORE_WITH_PGSQL= 82 CONFIGURE_ENV= FLEX=${LOCALBASE}/bin/flex |