diff options
author | makc <makc@FreeBSD.org> | 2014-07-19 18:25:16 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-07-19 18:25:16 +0800 |
commit | eed758743073a228ef17f2d4a632771f061f4cf2 (patch) | |
tree | 18f9dc074b8d5b18e558398e446b0a11eb149e9f /graphics | |
parent | a4fee4b89c1525e20716a35a8328da96f2469dc6 (diff) | |
download | freebsd-ports-gnome-eed758743073a228ef17f2d4a632771f061f4cf2.tar.gz freebsd-ports-gnome-eed758743073a228ef17f2d4a632771f061f4cf2.tar.zst freebsd-ports-gnome-eed758743073a228ef17f2d4a632771f061f4cf2.zip |
Remove needless MAKE_ENV
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/klatexformula/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index a67dcb4fbcd1..41d630c6c82e 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -20,7 +20,6 @@ CMAKE_ARGS= -DQT_QMAKE_EXECUTABLE_FINDQT=${QMAKE} \ -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} |