diff options
author | olgeni <olgeni@FreeBSD.org> | 2018-02-25 01:38:02 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2018-02-25 01:38:02 +0800 |
commit | 02ae33a70eede04f379a876ff9c8273da97e6b54 (patch) | |
tree | f7930dcaacdd484ff13ad7679f47b71b12df70a0 /devel | |
parent | 5504af73b6f62f8eaadd4ff914511f081bebfdf4 (diff) | |
download | freebsd-ports-gnome-02ae33a70eede04f379a876ff9c8273da97e6b54.tar.gz freebsd-ports-gnome-02ae33a70eede04f379a876ff9c8273da97e6b54.tar.zst freebsd-ports-gnome-02ae33a70eede04f379a876ff9c8273da97e6b54.zip |
devel/magit: unbreak build with flavors.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/magit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/magit/Makefile b/devel/magit/Makefile index 18c392322c71..93b22153e9cb 100644 --- a/devel/magit/Makefile +++ b/devel/magit/Makefile @@ -13,10 +13,10 @@ COMMENT= Interface to Git for Emacs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} \ - with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor@${EMACS_FLAVOR} -RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el@${EMACS_FLAVOR} \ - with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor@${EMACS_FLAVOR} +BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el \ + with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor +RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.12.1:devel/dash.el \ + with-editor${EMACS_PKGNAMESUFFIX}>=2.5.0:editors/with-editor USES= emacs gmake makeinfo USE_GITHUB= yes |