summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-03-17 14:24:43 +0000
committerjperkin <jperkin@pkgsrc.org>2015-03-17 14:24:43 +0000
commit411965382e888fc6960731005ed938ff35a409e3 (patch)
tree9fdd5d48316d1b3edb70aaea28042dc9d16be5ec
parent8f4a071c938725b202a35fce7fa022bdcb00b911 (diff)
downloadpkgsrc-411965382e888fc6960731005ed938ff35a409e3.tar.gz
Package requires GCC runtime.
-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