diff options
author | feld <feld@FreeBSD.org> | 2016-10-04 23:46:00 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-10-04 23:46:00 +0800 |
commit | 0c7a056d48009fb908056776796eea4672b8bfcf (patch) | |
tree | 62431e33ef6df518f18113e1a5eed94a2346bed3 /mail | |
parent | 604de60bfa2042ced8214a7192ddbf9399e2db36 (diff) | |
download | freebsd-ports-gnome-0c7a056d48009fb908056776796eea4672b8bfcf.tar.gz freebsd-ports-gnome-0c7a056d48009fb908056776796eea4672b8bfcf.tar.zst freebsd-ports-gnome-0c7a056d48009fb908056776796eea4672b8bfcf.zip |
mail/archiveopteryx{-devel}: Only depend on Postgres client
MFH: 2016Q4
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archiveopteryx-devel/Makefile | 3 | ||||
-rw-r--r-- | mail/archiveopteryx/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/archiveopteryx-devel/Makefile b/mail/archiveopteryx-devel/Makefile index e44d3a8f1914..9a296906da3c 100644 --- a/mail/archiveopteryx-devel/Makefile +++ b/mail/archiveopteryx-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.99.20160129 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -23,6 +23,7 @@ GH_TAGNAME= e10c73a USES= perl5 pgsql:9.1+ ssl tar:bzip2 USE_PERL5= build +WITH_PGSQL= client PORTDOCS= COPYING README license.txt diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index f9887c45473c..7098f1642de1 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/download/ @@ -18,6 +18,7 @@ BUILD_DEPENDS= jam:devel/jam USES= perl5 pgsql:9.1+ ssl tar:bzip2 USE_PERL5= build +WITH_PGSQL= client PORTDOCS= COPYING README bsd.txt |