diff options
author | arved <arved@FreeBSD.org> | 2018-11-14 05:35:30 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2018-11-14 05:35:30 +0800 |
commit | 12bc60e3899dc25b809aff5bacf0fa6c66e18a1a (patch) | |
tree | f6ce67ec34c1d2793888267f7e27c69c9fc3cbf5 /mail/enma/Makefile | |
parent | 9262e276df059e849b7fb4b2dd6a5211e2d62609 (diff) | |
download | freebsd-ports-gnome-12bc60e3899dc25b809aff5bacf0fa6c66e18a1a.tar.gz freebsd-ports-gnome-12bc60e3899dc25b809aff5bacf0fa6c66e18a1a.tar.zst freebsd-ports-gnome-12bc60e3899dc25b809aff5bacf0fa6c66e18a1a.zip |
Fix build with openssl 1.1
PR: 233130
Submitted by: Yoshihiro Takahashi
Diffstat (limited to 'mail/enma/Makefile')
-rw-r--r-- | mail/enma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 369c3b1e2b77..1c9600edf44b 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -3,7 +3,7 @@ PORTNAME= enma PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/ENMA/${PORTVERSION} |