diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 23:03:23 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 23:03:23 +0800 |
commit | 938203106bebee1bc4e61e0f83ddc9be23de09af (patch) | |
tree | 3aea3b9ed5816c05cdd5b2eb18f3741deb978875 /comms/lirc | |
parent | 7054e5a3d0c0a0866178f2b49e4a92354ea5de4e (diff) | |
download | freebsd-ports-gnome-938203106bebee1bc4e61e0f83ddc9be23de09af.tar.gz freebsd-ports-gnome-938203106bebee1bc4e61e0f83ddc9be23de09af.tar.zst freebsd-ports-gnome-938203106bebee1bc4e61e0f83ddc9be23de09af.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'comms/lirc')
-rw-r--r-- | comms/lirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index f68be552e887..3fed0b48f280 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC +OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES MINIMAL_DESC= Build with minmal dependencies UARTLIRC_DESC= Install serial LIRC driver |