svn commit: r457056 - head/graphics/guilib

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 14:53:51 UTC 2017


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>


More information about the svn-ports-head mailing list