aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2017-02-01 17:41:29 +0800
committertijl <tijl@FreeBSD.org>2017-02-01 17:41:29 +0800
commitea6f7cbbb9866a84cd41851c4f8ffefdcd05c2ac (patch)
tree742c52c7118e0fecfb9784bee9419f4d87260d5b
parent546e4b4dbbb0ff9203544c5e1fbe32a798821e6d (diff)
downloadfreebsd-ports-gnome-ea6f7cbbb9866a84cd41851c4f8ffefdcd05c2ac.tar.gz
freebsd-ports-gnome-ea6f7cbbb9866a84cd41851c4f8ffefdcd05c2ac.tar.zst
freebsd-ports-gnome-ea6f7cbbb9866a84cd41851c4f8ffefdcd05c2ac.zip
Add DOCS and NLS option.
-rw-r--r--security/linux-c7-libgpg-error/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/linux-c7-libgpg-error/Makefile b/security/linux-c7-libgpg-error/Makefile
index 55909de160b0..bbf253ba402f 100644
--- a/security/linux-c7-libgpg-error/Makefile
+++ b/security/linux-c7-libgpg-error/Makefile
@@ -19,4 +19,7 @@ USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
+OPTIONS_DEFINE= DOCS NLS
+OPTIONS_SUB= yes
+
.include <bsd.port.mk>