aboutsummaryrefslogtreecommitdiff
path: root/mail/mu/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-12-25 22:00:03 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-12-25 22:00:03 +0000
commita2835fe3cbdf191e73510014dd8aab2a626ac511 (patch)
treedca60db2842129e088744c016ddd027a821a9dd0 /mail/mu/Makefile
parent2483282561e327867299fdb82f25aef6438d0c5b (diff)
downloadports-a2835fe3cbdf191e73510014dd8aab2a626ac511.tar.gz
ports-a2835fe3cbdf191e73510014dd8aab2a626ac511.zip
Notes
Diffstat (limited to 'mail/mu/Makefile')
-rw-r--r--mail/mu/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile
index 7dab2048e605..c5061233795e 100644
--- a/mail/mu/Makefile
+++ b/mail/mu/Makefile
@@ -2,9 +2,7 @@
# $FreeBSD$
PORTNAME= mu
-PORTVERSION= 1.0
-DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTVERSION= 1.2
CATEGORIES= mail
MAINTAINER= hrs@FreeBSD.org
@@ -14,8 +12,10 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxapian.so:databases/xapian-core \
- libgmime-2.6.so:mail/gmime26
-
+ libgmime-3.0.so:mail/gmime30 \
+ libgc-threaded.so:devel/boehm-gc-threaded \
+ libjson-glib-1.0.so:devel/json-glib
+
USES= autoreconf compiler:c++14-lang gettext-runtime gmake gnome \
libtool makeinfo pkgconfig
USE_GITHUB= yes