Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 18:42:47 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375737 - head/x11-drivers/xf86-input-egalax
Message-ID:  <201412281842.sBSIgldV008704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius (src committer)
Date: Sun Dec 28 18:42:46 2014
New Revision: 375737
URL: https://svnweb.freebsd.org/changeset/ports/375737
QAT: https://qat.redports.org/buildarchive/r375737/

Log:
  Use autoreconf.
  
  Submitted by:	bapt

Modified:
  head/x11-drivers/xf86-input-egalax/Makefile

Modified: head/x11-drivers/xf86-input-egalax/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 18:39:11 2014	(r375736)
+++ head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 18:42:46 2014	(r375737)
@@ -18,14 +18,10 @@ DIST_SUBDIR=	xorg/driver
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig
-USE_AUTOTOOLS=	autoconf automake
+USES=		autoreconf
 USE_XORG=	xorg-server xproto xi inputproto xf86driproto glproto \
 		resourceproto
 CONFIGURE_ENV=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 INSTALL_TARGET=	install-strip
 
-pre-configure:
-	(cd ${WRKSRC} && /bin/sh ./autogen.sh)
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281842.sBSIgldV008704>