diff options
author | garga <garga@FreeBSD.org> | 2012-08-03 23:34:45 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-08-03 23:34:45 +0800 |
commit | 614c4ed9928269c536345007e69e8ba648fccf8d (patch) | |
tree | 840e8379f841715c5db9a647458ff49f7766d803 /editors | |
parent | a3dfce416fb9bdc21b43f0f2cbc480e7205aaa94 (diff) | |
download | freebsd-ports-gnome-614c4ed9928269c536345007e69e8ba648fccf8d.tar.gz freebsd-ports-gnome-614c4ed9928269c536345007e69e8ba648fccf8d.tar.zst freebsd-ports-gnome-614c4ed9928269c536345007e69e8ba648fccf8d.zip |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index a2e645bd8b46..a5e454d05607 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -21,8 +21,8 @@ LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 CONFLICTS= jed-devel-[0-9]* -OPTIONS_DEFINE= X11 PERMS HOSTLOOKUP -OPTIONS_DEFAULT=X11 HOSTLOOKUP +OPTIONS_DEFINE= X11 PERMS HOSTLOOKUP DOCS +OPTIONS_DEFAULT=X11 HOSTLOOKUP DOCS PERMS_DESC= Respect permissions by Root HOSTLOOKUP_DESC=Look-up for hostname |