diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-15 09:05:37 +0000 |
commit | c88aaf5c891059139a97c6a9da40fb5cbe102634 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /mail/archiveopteryx | |
parent | 11c750925ed8e4b886a43e45df089896dd23e6f5 (diff) | |
download | ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.tar.gz ports-c88aaf5c891059139a97c6a9da40fb5cbe102634.zip |
Notes
Diffstat (limited to 'mail/archiveopteryx')
-rw-r--r-- | mail/archiveopteryx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index f80b0ebbc56e..bdbfb287f296 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -3,7 +3,7 @@ PORTNAME= archiveopteryx PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://archiveopteryx.org/download/ @@ -15,6 +15,7 @@ LICENSE= MIT BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam USES= perl5 tar:bzip2 pgsql:9.1+ +USE_OPENSSL= yes USE_PERL5= build PORTDOCS= COPYING README bsd.txt |