From 8e8d43ac5d573ba0718403b8beae8b36fa9baf37 Mon Sep 17 00:00:00 2001 From: jrm Date: Thu, 1 Feb 2018 18:03:09 +0000 Subject: Flavorize and modernize Emacs ports - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506 --- print/auctex/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/auctex') diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 8b88b067cc8d..fd86637dc79f 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -3,20 +3,20 @@ PORTNAME= auctex PORTVERSION= 11.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print elisp MASTER_SITES= GNU -PKGNAMESUFFIX= -${EMACS_PORT_NAME} +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= Integrated environment for writing LaTeX using GNU Emacs LICENSE= GPLv3 -USES= ghostscript gmake -USE_EMACS= yes +USES= emacs ghostscript gmake USE_TEX= latex texhash TEXHASHDIRS= ${TEXMFDIR} + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \ --with-auto-dir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/auctex/auto \ -- cgit