From 28cffb3d8fbc4be880512995029af2bc95db0d3d Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 27 Jun 2025 19:26:33 +0000 Subject: [PATCH] mail/archiveopteryx{-devel}: Remove build dependency on PostgreSQL client This was never needed, but leftover from the original porting before realizing it includes its own Postgres client implementation. No changes to the package. --- mail/archiveopteryx-devel/Makefile | 1 - mail/archiveopteryx/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index 45395f3fad53..d4863b480469 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -19,7 +19,6 @@ GH_TAGNAME= 96ab17e USES= compiler perl5 ssl USE_PERL5= build -WITH_PGSQL= client CONFLICTS_INSTALL= archiveopteryx # bin/aox bin/aoxdeliver bin/aoxexport bin/aoximport diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 7d24b3ec5928..d32530f94b23 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -14,7 +14,6 @@ BUILD_DEPENDS= jam:devel/jam USES= compiler perl5 ssl tar:bzip2 USE_PERL5= build -WITH_PGSQL= client CONFLICTS_INSTALL= archiveopteryx-devel # bin/aox bin/aoxdeliver bin/aoxexport bin/aoximport