diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 15:34:45 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 15:34:45 +0000 |
commit | 90d97bb7c0b335bf482b1243aaab6676246ab4ea (patch) | |
tree | 840e8379f841715c5db9a647458ff49f7766d803 /editors/jed | |
parent | 3699fb2fba0a69c608a43ba48f60a0bf905f0f1c (diff) | |
download | freebsd-ports-90d97bb7c0b335bf482b1243aaab6676246ab4ea.zip |
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
Diffstat (limited to 'editors/jed')
-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 |