diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-05 03:02:52 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-11-05 03:02:52 +0800 |
commit | bcb8f7277cd1395949cca42303ef43674171ab05 (patch) | |
tree | c9e954d82ca48251bbf00662e88cbd93d3fb46da /mail/mu4e | |
parent | e92897676c55666cf6624b7e96d847eb4820e0b7 (diff) | |
download | freebsd-ports-gnome-bcb8f7277cd1395949cca42303ef43674171ab05.tar.gz freebsd-ports-gnome-bcb8f7277cd1395949cca42303ef43674171ab05.tar.zst freebsd-ports-gnome-bcb8f7277cd1395949cca42303ef43674171ab05.zip |
- Fix a lmissing dependency of mail/mu.
- Add "emacsNN" suffix to the Emacs backend.
Diffstat (limited to 'mail/mu4e')
-rw-r--r-- | mail/mu4e/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mu4e/Makefile b/mail/mu4e/Makefile index d3df05ed32de..abb9236965e9 100644 --- a/mail/mu4e/Makefile +++ b/mail/mu4e/Makefile @@ -4,6 +4,7 @@ PORTNAME= mu4e PORTVERSION= 0.9.16 DISTVERSIONPREFIX= v CATEGORIES= mail +PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Emacs frontend for Mu |