diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-10-04 15:55:45 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-10-04 15:55:45 +0000 |
commit | eefb1af10079433203be9dbb79b68d1f5652a95e (patch) | |
tree | e55e49946dc5a50655ee64638d12acf0cc0bc0aa /mail | |
parent | mail/archiveopteryx{-devel}: Only depend on Postgres client (diff) |
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
Notes
Notes:
svn path=/head/; revision=423276
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archiveopteryx-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/archiveopteryx/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index 9a296906da3c..a494714615c1 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.99.20160129 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,7 +21,7 @@ GH_ACCOUNT= aox GH_PROJECT= aox GH_TAGNAME= e10c73a -USES= perl5 pgsql:9.1+ ssl tar:bzip2 +USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index 7098f1642de1..fd9a8f660147 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/download/ @@ -16,7 +16,7 @@ BROKEN_powerpc64= Does not build BUILD_DEPENDS= jam:devel/jam -USES= perl5 pgsql:9.1+ ssl tar:bzip2 +USES= perl5 ssl tar:bzip2 USE_PERL5= build WITH_PGSQL= client |