svn commit: r462854 - head/devel/magit

Jimmy Olgeni olgeni at FreeBSD.org
Sat Feb 24 17:38:03 UTC 2018


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


More information about the svn-ports-head mailing list