summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-03-17 14:24:43 +0000
committerjperkin <jperkin>2015-03-17 14:24:43 +0000
commite35d2e5a0f1957fc583120b1a658e49dbb848140 (patch)
tree9fdd5d48316d1b3edb70aaea28042dc9d16be5ec /math
parent4b206e2c9e924cc20e69449bc9455e6c98450dbf (diff)
downloadpkgsrc-e35d2e5a0f1957fc583120b1a658e49dbb848140.tar.gz
Package requires GCC runtime.
Diffstat (limited to 'math')
-rw-r--r--math/lp_solve/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile
index 347db6b29ab..75082297094 100644
--- a/math/lp_solve/Makefile
+++ b/math/lp_solve/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/12 11:41:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/17 14:24:43 jperkin Exp $
#
DISTNAME= lp_solve_5.5.2.0_source
@@ -11,6 +11,8 @@ HOMEPAGE= http://lpsolve.sourceforge.net/
COMMENT= Mixed Integer Linear Programming (MILP) solver
#LICENSE= LGPL, unclear which version (see lp_lib.h)
+USE_GCC_RUNTIME= yes
+
WRKSRC= ${WRKDIR}/lp_solve_5.5
SUBST_CLASSES+= dl