diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:23:08 +0000 |
commit | 18a7fd6042909a3e6ebc71488d66be85e05a76be (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/glpk | |
parent | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (diff) | |
download | ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.tar.gz ports-18a7fd6042909a3e6ebc71488d66be85e05a76be.zip |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 96c194068e05..d9bf803464de 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -OPTIONS_DEFINE= IODBC MYSQL +OPTIONS_DEFINE= IODBC MYSQL DOCS IODBC_DESC= MathProg iodbc support MYSQL_DESC= MathProg mysql support |