aboutsummaryrefslogtreecommitdiff
path: root/graphics/xv
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:30:08 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-15 15:30:08 +0000
commit3ea4f8af7b093c18e963731b0aad010a1f082408 (patch)
tree803774ada69348d76e5375ff62d2b9b6d9352eaf /graphics/xv
parent7c686ee9eac7f38ac46744fefa6cc21767549a29 (diff)
downloadports-3ea4f8af7b093c18e963731b0aad010a1f082408.tar.gz
ports-3ea4f8af7b093c18e963731b0aad010a1f082408.zip
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes: svn path=/head/; revision=361950
Diffstat (limited to 'graphics/xv')
-rw-r--r--graphics/xv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 652570f8c5f9..f6f6bcbd6444 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -26,7 +26,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
USES= imake
USE_XORG= xext x11 xt
-OPTIONS_DEFINE= M17N
+OPTIONS_DEFINE= M17N DOCS
M17N_DESC= build with Multilingualization support
.include <bsd.port.options.mk>