aboutsummaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-06-09 04:55:58 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-06-09 04:55:58 +0000
commit0edb6def94af1a509202de135152b75bf2e37eff (patch)
treeee7dc88583ca14448a1174a425e9a00c8fbe4cf0 /math/glpk
parent67ec3bd0a233818c4be8c4c1d1829fbd4081e3de (diff)
downloadports-0edb6def94af1a509202de135152b75bf2e37eff.tar.gz
ports-0edb6def94af1a509202de135152b75bf2e37eff.zip
add some CONFLICTS [1]; minor clean-up
Reported by: S.-M. Silber [1]
Notes
Notes: svn path=/head/; revision=298795
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile5
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>