diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:02:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-04 19:02:52 +0000 |
commit | bcb8f7277cd1395949cca42303ef43674171ab05 (patch) | |
tree | c9e954d82ca48251bbf00662e88cbd93d3fb46da /mail/mu | |
parent | e92897676c55666cf6624b7e96d847eb4820e0b7 (diff) |
- Fix a lmissing dependency of mail/mu.
- Add "emacsNN" suffix to the Emacs backend.
Notes
Notes:
svn path=/head/; revision=425349
Diffstat (limited to 'mail/mu')
-rw-r--r-- | mail/mu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile index a52e4ad6b87c..353826af9efc 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -3,6 +3,7 @@ PORTNAME= mu PORTVERSION= 0.9.16 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail @@ -18,7 +19,7 @@ LIB_DEPENDS= libxapian.so:databases/xapian-core \ USE_GITHUB= yes GH_ACCOUNT= djcb -USES= autoreconf gmake libtool makeinfo pkgconfig +USES= autoreconf gettext-runtime gmake libtool makeinfo pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk --disable-mu4e |