Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2018 16:17:27 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462409 - head/editors/emacs
Message-ID:  <201802201617.w1KGHRCr018736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Tue Feb 20 16:17:27 2018
New Revision: 462409
URL: https://svnweb.freebsd.org/changeset/ports/462409

Log:
  editors/emacs@canna: Use correct configure argument
  
  Submitted by:	TAKANO Yuji <takachan@running-dog.net>

Modified:
  head/editors/emacs/Makefile   (contents, props changed)

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Tue Feb 20 16:17:16 2018	(r462408)
+++ head/editors/emacs/Makefile	Tue Feb 20 16:17:27 2018	(r462409)
@@ -3,7 +3,7 @@
 
 PORTNAME=	emacs
 PORTVERSION=	${EMACS_VER}
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	3
 CATEGORIES=	editors ipv6
 MASTER_SITES=	GNU
@@ -181,7 +181,7 @@ XWIDGETS_LIB_DEPENDS=	libwebkitgtk-3.0.so:www/webkit-g
 XWIDGETS_IMPLIES=	GTK3
 
 .if ${FLAVOR:U} == canna
-CONFIGURE_WITH=		canna
+CONFIGURE_ARGS+=	--with-canna
 PATCH_DIST_STRIP=	-p1
 PATCH_SITES=		http://www.gentei.org/~yuuji/software/emacs25canna/ \
 			http://distfiles.pirateparty.in/ashish/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802201617.w1KGHRCr018736>