diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:23:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:23:46 +0800 |
commit | 252c305f04d35be24e80b8ab2a23484fef94f75e (patch) | |
tree | b19d1bd1a35cb297d18306ffc62ea26f66452359 | |
parent | 608f22f86564c7b992ef4e34dc585872ea1ab62a (diff) | |
download | freebsd-ports-gnome-252c305f04d35be24e80b8ab2a23484fef94f75e.tar.gz freebsd-ports-gnome-252c305f04d35be24e80b8ab2a23484fef94f75e.tar.zst freebsd-ports-gnome-252c305f04d35be24e80b8ab2a23484fef94f75e.zip |
Convert to USES=autoreconf
-rw-r--r-- | comms/lirc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 81da1928ea76..9078f7141065 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -15,13 +15,12 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat INSTALL_TARGET= install-strip -USES= alias gmake libtool python tar:bzip2 -USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf -AUTOMAKE_ARGS= -a -c -f +USES= alias autoreconf gmake libtool python tar:bzip2 USE_XORG= sm x11 USE_CSTD= gnu89 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include |