svn commit: r362248 - in head: cad/librecad graphics/klatexformula

Max Brazhnikov makc at FreeBSD.org
Sat Jul 19 10:25:17 UTC 2014


Author: makc
Date: Sat Jul 19 10:25:16 2014
New Revision: 362248
URL: http://svnweb.freebsd.org/changeset/ports/362248
QAT: https://qat.redports.org/buildarchive/r362248/

Log:
  Remove needless MAKE_ENV

Modified:
  head/cad/librecad/Makefile
  head/graphics/klatexformula/Makefile

Modified: head/cad/librecad/Makefile
==============================================================================
--- head/cad/librecad/Makefile	Sat Jul 19 09:55:24 2014	(r362247)
+++ head/cad/librecad/Makefile	Sat Jul 19 10:25:16 2014	(r362248)
@@ -14,7 +14,6 @@ LIB_DEPENDS=	libmuparser.so:${PORTSDIR}/
 USE_QT4=	help qt3support help-tools_build linguist_build moc_build \
 		rcc_build uic_build uic3_build
 USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake
-MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	LibreCAD

Modified: head/graphics/klatexformula/Makefile
==============================================================================
--- head/graphics/klatexformula/Makefile	Sat Jul 19 09:55:24 2014	(r362247)
+++ head/graphics/klatexformula/Makefile	Sat Jul 19 10:25:16 2014	(r362248)
@@ -20,7 +20,6 @@ CMAKE_ARGS=	-DQT_QMAKE_EXECUTABLE_FINDQT
 		-DKLF_INSTALL_POST_UPDATEMIMEDATABASE=off \
 		-DKLF_INSTALL_SHARE_MAN1_DIR=man/man1
 CXXFLAGS=	-I${LOCALBASE}/include
-MAKE_ENV=	HOME=/dev/null
 
 PLIST_SUB=	VERSION=${PORTVERSION}
 


More information about the svn-ports-head mailing list