diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-15 16:17:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-15 16:17:53 +0800 |
commit | e1eb449b85e802162a6b7a35cbc2d3fa8fed043f (patch) | |
tree | f0656a0ca8ebbceedc09b56039a98cce174a89eb /www/aria2 | |
parent | e7aa62a6c6eacc8c7871c04206cd1fbf5a80195e (diff) | |
download | freebsd-ports-graphics-e1eb449b85e802162a6b7a35cbc2d3fa8fed043f.tar.gz freebsd-ports-graphics-e1eb449b85e802162a6b7a35cbc2d3fa8fed043f.tar.zst freebsd-ports-graphics-e1eb449b85e802162a6b7a35cbc2d3fa8fed043f.zip |
- Fix OPTIONS_DEFINE and OPTIONS_DEFAULT
- Add missing DOCS
- Remove NLS: NLS defaults to on by bsd.options.mk
Diffstat (limited to 'www/aria2')
-rw-r--r-- | www/aria2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 26bc974853c..bea93738b3e 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -31,8 +31,8 @@ MAN1= aria2c.1 MANLANG= "" ru PLIST_FILES= bin/aria2c -OPTIONS_DEFINE= NLS SQLITE -OPTIONS_DEFAULT=NLS SQLITE +OPTIONS_DEFINE= DOCS NLS SQLITE +OPTIONS_DEFAULT=SQLITE .include <bsd.port.options.mk> |