aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-12-27 07:55:04 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-12-27 07:55:04 +0000
commitfd6f75ffbdbedc4856d49420c9eac2e588d90a26 (patch)
tree50687829533c15fdab3a526fe8b629944ae4b8fc /net
parent2907874ff2736c037abd9c1d353f5fca725d37a5 (diff)
downloadports-fd6f75ffbdbedc4856d49420c9eac2e588d90a26.tar.gz
ports-fd6f75ffbdbedc4856d49420c9eac2e588d90a26.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/tigervnc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index f55b3033d4aa..03e38b11c391 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -134,8 +134,8 @@ post-patch:
@cd ${WRKSRC}/unix/xserver/ && ${PATCH} -p1 < ${WRKSRC}/unix/xserver${TIGERVNC_XORG_PATCH_VER}.patch
post-configure:
- @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -fiv
- @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
+ @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ${AUTORECONF} -fiv
+ @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} ./configure ${CONFIGURE_ARGS}
post-build:
@cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} SHELL=${LOCALBASE}/bin/bash