From 0a204593d68fb6766f9edac8676323fdcb6c2a8e Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 10 May 2019 20:22:59 +0000 Subject: [PATCH] remove useless autoreconf invocation --- x11/i3-gaps/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/x11/i3-gaps/Makefile b/x11/i3-gaps/Makefile index c7846829c06..95ee2a7c901 100644 --- a/x11/i3-gaps/Makefile +++ b/x11/i3-gaps/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2019/03/07 19:34:32 rsadowski Exp $ +# $OpenBSD: Makefile,v 1.2 2019/05/10 20:22:59 naddy Exp $ COMMENT = improved dynamic tiling window manager, fork with gaps @@ -25,12 +25,7 @@ EXTRACT_SUFX = .tar.bz2 DISTFILES = gaps-{releases/download/${V}/}i3-${V}${EXTRACT_SUFX} BUILD_DEPENDS = textproc/asciidoc \ - textproc/xmlto \ - ${MODGNU_AUTOCONF_DEPENDS} \ - ${MODGNU_AUTOMAKE_DEPENDS} - -AUTOCONF_VERSION = 2.69 -AUTOMAKE_VERSION = 1.15 + textproc/xmlto LIB_DEPENDS = devel/libev \ devel/libyajl \ @@ -61,9 +56,6 @@ CONFIGURE_ENV = CPPFLAGS="-I${X11BASE}/include \ LDFLAGS="-L${X11BASE}/lib \ -L${LOCALBASE}/lib" -post-extract: - cd ${WRKSRC}; ${AUTOCONF_ENV} autoreconf -fi - pre-configure: ${SUBST_CMD} ${WRKSRC}/etc/config \ ${WRKSRC}/etc/config.keycodes \