svn commit: r554703 - head/print/texlive-base

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Nov 9 10:04:19 UTC 2020


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 ,}


More information about the svn-ports-all mailing list