diff options
author | hrs <hrs@FreeBSD.org> | 2016-11-05 03:02:52 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2016-11-05 03:02:52 +0800 |
commit | 124a1acfd47b0c9578ddd18e1cd8309de48618f5 (patch) | |
tree | c9e954d82ca48251bbf00662e88cbd93d3fb46da /mail | |
parent | 6d9914d353db03bf7fbb5351feb2ba2cd31be418 (diff) | |
download | freebsd-ports-gnome-124a1acfd47b0c9578ddd18e1cd8309de48618f5.tar.gz freebsd-ports-gnome-124a1acfd47b0c9578ddd18e1cd8309de48618f5.tar.zst freebsd-ports-gnome-124a1acfd47b0c9578ddd18e1cd8309de48618f5.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 |