diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:14:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:14:33 +0000 |
commit | 8f42b293546560d8a15763bc018da2952c14d47c (patch) | |
tree | be71b7c53b8df171c26c5a8ee5af87d79c71dcf1 /x11 | |
parent | a2168f5a69700cd7f587bc640c1da01fa1d3cf18 (diff) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes:
svn path=/head/; revision=361981
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/xorg/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index cadac20c5536..848aeca6d861 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ARGS= --enable-everything --with-term=rxvt \ OPTIONS_DEFINE= PERL XIM UNICODE3 ISO14755 COMBINING RXVT_SCROLLBAR \ NEXT_SCROLLBAR XTERM_SCROLLBAR BACKSPACE_KEY DELETE_KEY \ MOUSEWHEEL SMART_RESIZE IMLOCALE_FIX GDK_PIXBUF \ - NOTIFY 256_COLOR + NOTIFY 256_COLOR DOCS SHEBANG_FILES= ${WRKSRC}/src/perl/* perl_OLD_CMD= perl diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 8ba46be0f4f4..3bddcb95755d 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \ ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> # doc |