diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
commit | 0edb6def94af1a509202de135152b75bf2e37eff (patch) | |
tree | ee7dc88583ca14448a1174a425e9a00c8fbe4cf0 /math/glpk | |
parent | 67ec3bd0a233818c4be8c4c1d1829fbd4081e3de (diff) | |
download | ports-0edb6def94af1a509202de135152b75bf2e37eff.tar.gz ports-0edb6def94af1a509202de135152b75bf2e37eff.zip |
Notes
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 51f40cf375a0..0dfbb2220f77 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= glpk MAINTAINER= bf@FreeBSD.org COMMENT= A GNU Linear Programming Kit -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp - LICENSE= GPLv3 +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp + OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off @@ -28,6 +28,7 @@ CFLAGS+= -trigraphs CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gmp +CONFLICTS= goblin-[0-9]* .include <bsd.port.pre.mk> |