summaryrefslogtreecommitdiff
path: root/devel/cgit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cgit/Makefile')
-rw-r--r--devel/cgit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cgit/Makefile b/devel/cgit/Makefile
index e21526284af6..f454d3827c9a 100644
--- a/devel/cgit/Makefile
+++ b/devel/cgit/Makefile
@@ -27,10 +27,10 @@ USE_ICONV= yes
USE_GMAKE= yes
USE_OPENSSL= yes
CFLAGS+= -I${LOCALBASE}/include
-MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
- CGIT_SCRIPT_PATH=${WWWDIR} \
+MAKE_ENV+= CGIT_SCRIPT_PATH=${WWWDIR} \
CGIT_CONFIG=${PREFIX}/etc/cgitrc \
NEEDS_LIBICONV=yes
+LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= pkg-message
SUB_LIST+= PORTNAME=${PORTNAME}