Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 10:04:19 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554703 - head/print/texlive-base
Message-ID:  <202011091004.0A9A4Jqi031525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Mon Nov  9 10:04:18 2020
New Revision: 554703
URL: https://svnweb.freebsd.org/changeset/ports/554703

Log:
  Switch to USES=localbase and replace an unnecessary "+=" with an "="
  
  Approved by:	portmgr blanket

Modified:
  head/print/texlive-base/Makefile

Modified: head/print/texlive-base/Makefile
==============================================================================
--- head/print/texlive-base/Makefile	Mon Nov  9 09:59:57 2020	(r554702)
+++ head/print/texlive-base/Makefile	Mon Nov  9 10:04:18 2020	(r554703)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libicuio.so:devel/icu \
 		libpotrace.so:graphics/libpotrace
 RUN_DEPENDS=	psbook:print/psutils
 
-USES=		compiler:c++11-lib ghostscript pkgconfig perl5 \
+USES=		compiler:c++11-lib ghostscript localbase pkgconfig perl5 \
 		python:run shebangfix tar:xz
 USE_CXXSTD=	gnu++11
 USE_PERL5=	run
@@ -97,9 +97,8 @@ CONFIGURE_ARGS+=--with-system-$L \
 		--with-$L-include=${LOCALBASE}/include \
 		--with-$L-libdir=${LOCALBASE}/lib
 .endfor
-MAKE_ENV+=	CONFIG_SITE=${CONFIG_SITE}
+MAKE_ENV=	CONFIG_SITE=${CONFIG_SITE}
 INSTALL_TARGET=	install-strip
-CFLAGS+=	-I${LOCALBASE}/include
 
 CONFLICTS_INSTALL=	ps2eps texlive-texmf-201[234]*
 EXTRACT_AFTER_ARGS=	${EXCLUDE_FILES:S,^,--exclude ,}



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