diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-17 14:24:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-17 14:24:43 +0000 |
commit | 411965382e888fc6960731005ed938ff35a409e3 (patch) | |
tree | 9fdd5d48316d1b3edb70aaea28042dc9d16be5ec /math | |
parent | 8f4a071c938725b202a35fce7fa022bdcb00b911 (diff) | |
download | pkgsrc-411965382e888fc6960731005ed938ff35a409e3.tar.gz |
Package requires GCC runtime.
Diffstat (limited to 'math')
-rw-r--r-- | math/lp_solve/Makefile | 4 |
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 |