diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:23:46 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:23:46 +0000 |
| commit | 72436830e9be243f401127ae3a842408c6ccd4eb (patch) | |
| tree | b19d1bd1a35cb297d18306ffc62ea26f66452359 /comms/lirc | |
| parent | 610d8d5d5ea7bce03258dab45b796dfd720d9a3f (diff) | |
Notes
Diffstat (limited to 'comms/lirc')
| -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 |
