Date: Sat, 23 Dec 2017 14:53:50 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457056 - head/graphics/guilib Message-ID: <201712231453.vBNErofh017164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Dec 23 14:53:50 2017 New Revision: 457056 URL: https://svnweb.freebsd.org/changeset/ports/457056 Log: Drop USE_AUTOTOOLS. It has no effect here. Modified: head/graphics/guilib/Makefile Modified: head/graphics/guilib/Makefile ============================================================================== --- head/graphics/guilib/Makefile Sat Dec 23 14:27:08 2017 (r457055) +++ head/graphics/guilib/Makefile Sat Dec 23 14:53:50 2017 (r457056) @@ -15,10 +15,6 @@ USE_SDL= sdl USES= gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env INSTALL_TARGET= install-strip - -post-configure: - @${REINPLACE_CMD} -e 's|^ACLOCAL =.*|ACLOCAL = ${ACLOCAL}|g' ${WRKSRC}/Makefile .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231453.vBNErofh017164>