Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 09:20:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363692 - head/Mk
Message-ID:  <201408010920.s719KP5W077690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Aug  1 09:20:24 2014
New Revision: 363692
URL: http://svnweb.freebsd.org/changeset/ports/363692
QAT: https://qat.redports.org/buildarchive/r363692/

Log:
  Ensure noone set anything else that texlive as TEX_DEFAULT for now

Modified:
  head/Mk/bsd.tex.mk

Modified: head/Mk/bsd.tex.mk
==============================================================================
--- head/Mk/bsd.tex.mk	Fri Aug  1 08:13:29 2014	(r363691)
+++ head/Mk/bsd.tex.mk	Fri Aug  1 09:20:24 2014	(r363692)
@@ -52,6 +52,10 @@ TEX_MAINTAINER=	hrs@FreeBSD.org
 # default TeX distribution.  "texlive"
 TEX_DEFAULT?=	texlive
 
+.if ${TEX_DEFAULT} != texlive
+IGNORE=		Only 'texlive' is supported as value for TEX_DEFAULT
+.endif
+
 TEXMFDIR?=	share/texmf
 TEXMFDISTDIR?=	share/texmf-dist
 TEXMFLOCALDIR?=	share/texmf-local



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