diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-12-29 02:42:46 +0800 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2014-12-29 02:42:46 +0800 |
commit | c7bae427719b3af190ce5d6e35d99fcd03500ea9 (patch) | |
tree | fa626b18c49da7206ee247ccb86b4f3f9c699e58 /x11-drivers | |
parent | 8d3c5ed23e5479a4e551a8ab699285eae9f7f1d7 (diff) | |
download | freebsd-ports-gnome-c7bae427719b3af190ce5d6e35d99fcd03500ea9.tar.gz freebsd-ports-gnome-c7bae427719b3af190ce5d6e35d99fcd03500ea9.tar.zst freebsd-ports-gnome-c7bae427719b3af190ce5d6e35d99fcd03500ea9.zip |
Use autoreconf.
Submitted by: bapt
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-egalax/Makefile | 6 |
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> |