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 | |
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')
-rw-r--r-- | mail/mu/Makefile | 3 | ||||
-rw-r--r-- | mail/mu4e-maildirs/Makefile | 1 | ||||
-rw-r--r-- | mail/mu4e/Makefile | 1 |
3 files changed, 4 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 diff --git a/mail/mu4e-maildirs/Makefile b/mail/mu4e-maildirs/Makefile index 691d17af45f8..7333822335f1 100644 --- a/mail/mu4e-maildirs/Makefile +++ b/mail/mu4e-maildirs/Makefile @@ -4,6 +4,7 @@ PORTNAME= mu4e-maildirs PORTVERSION= 0.8.20160126 PORTREVISION= 1 CATEGORIES= mail +PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Maildirs extension for Mu4e 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 |