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 /cad/librecad | |
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 'cad/librecad')
-rw-r--r-- | cad/librecad/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 7442963362a6..20fedd1396cd 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libmuparser.so:${PORTSDIR}/math/muparser 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 |