diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:23:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:23:08 +0800 |
commit | 6d4a68d53521bd41b394aed3534df2305a9adec5 (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/glpk | |
parent | 657b7fb8d9c86dc8a97400be96360d2828950279 (diff) | |
download | freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.gz freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.zst freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
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 |