diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-15 15:34:51 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-11-15 15:34:51 +0000 |
commit | 9f9234cb2001880b56ab6b5910a7ae34bd30155f (patch) | |
tree | 6447f3550bcde8996dbdd0a1916f4421dacebc95 /net/tigervnc/Makefile | |
parent | 6eff596ebc02a039c1ef206a831d6d6849255c81 (diff) |
Let USES=autoreconf define AUTORECONF and use it throughout the tree.
PR: 204534
Approved by: portmgr (antoine)
Notes
Notes:
svn path=/head/; revision=401710
Diffstat (limited to 'net/tigervnc/Makefile')
-rw-r--r-- | net/tigervnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile index ad8e4ae89330..f55b3033d4aa 100644 --- a/net/tigervnc/Makefile +++ b/net/tigervnc/Makefile @@ -134,7 +134,7 @@ 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} ${LOCALBASE}/bin/autoreconf -fiv + @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -fiv @cd ${WRKSRC}/unix/xserver/ && ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} post-build: |