aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2014-12-29 02:42:46 +0800
committerglebius <glebius@FreeBSD.org>2014-12-29 02:42:46 +0800
commit84cc6c98f0fd1d96807e4af0e9cef274fdabbf24 (patch)
treefa626b18c49da7206ee247ccb86b4f3f9c699e58 /x11-drivers
parenteda9b22bf3a8be4d9ebf6b0c24b1ef0a203577b7 (diff)
downloadfreebsd-ports-gnome-84cc6c98f0fd1d96807e4af0e9cef274fdabbf24.tar.gz
freebsd-ports-gnome-84cc6c98f0fd1d96807e4af0e9cef274fdabbf24.tar.zst
freebsd-ports-gnome-84cc6c98f0fd1d96807e4af0e9cef274fdabbf24.zip
Use autoreconf.
Submitted by: bapt
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-egalax/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile
index aed6fae68fd2..15312f041425 100644
--- a/x11-drivers/xf86-input-egalax/Makefile
+++ b/x11-drivers/xf86-input-egalax/Makefile
@@ -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>