mail/archiveopteryx{-devel}: Remove Postgres client requirement

Aox does not actually use libpq, so it doesn't need this as a build or
runtime dependency.

MFH:		2016Q4
This commit is contained in:
Mark Felder 2016-10-04 15:55:45 +00:00
parent 6242788f0d
commit eefb1af100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423276
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= archiveopteryx PORTNAME= archiveopteryx
PORTVERSION= 3.2.99.20160129 PORTVERSION= 3.2.99.20160129
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= mail CATEGORIES= mail
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
@ -21,7 +21,7 @@ GH_ACCOUNT= aox
GH_PROJECT= aox GH_PROJECT= aox
GH_TAGNAME= e10c73a GH_TAGNAME= e10c73a
USES= perl5 pgsql:9.1+ ssl tar:bzip2 USES= perl5 ssl tar:bzip2
USE_PERL5= build USE_PERL5= build
WITH_PGSQL= client WITH_PGSQL= client

View file

@ -3,7 +3,7 @@
PORTNAME= archiveopteryx PORTNAME= archiveopteryx
PORTVERSION= 3.2.0 PORTVERSION= 3.2.0
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://archiveopteryx.org/download/ MASTER_SITES= http://archiveopteryx.org/download/
@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build
BUILD_DEPENDS= jam:devel/jam BUILD_DEPENDS= jam:devel/jam
USES= perl5 pgsql:9.1+ ssl tar:bzip2 USES= perl5 ssl tar:bzip2
USE_PERL5= build USE_PERL5= build
WITH_PGSQL= client WITH_PGSQL= client