Date: Sat, 24 Feb 2018 17:38:03 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462854 - head/devel/magit Message-ID: <201802241738.w1OHc351093559@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Sat Feb 24 17:38:02 2018 New Revision: 462854 URL: https://svnweb.freebsd.org/changeset/ports/462854 Log: devel/magit: unbreak build with flavors. Modified: head/devel/magit/Makefile Modified: head/devel/magit/Makefile ============================================================================== --- head/devel/magit/Makefile Sat Feb 24 17:33:07 2018 (r462853) +++ head/devel/magit/Makefile Sat Feb 24 17:38:02 2018 (r462854) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802241738.w1OHc351093559>