diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 15:49:33 +0000 |
commit | d7ecdbf6158f55be0c01aadf4ac7104ec8004c0d (patch) | |
tree | 9569f4a93c68ad29093476f90b85ce1f5b49ec5e /lang/newlisp | |
parent | - fix improper stage (diff) |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
Notes
Notes:
svn path=/head/; revision=361959
Diffstat (limited to 'lang/newlisp')
-rw-r--r-- | lang/newlisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 85170685a3d7..42eb82a19cc7 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -30,7 +30,7 @@ DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \ manual_frame.html newLISPdoc.html \ newlisp_index.html newlisp_manual.html \ -OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV +OPTIONS_DEFINE= GMP GSL MYSQL PGSQL SQLITE GUISERV DOCS EXAMPLES GSL_DESC= GSL (GNU Scientific Library) GUISERV_DESC= Install GUI server (in Java) |