(devel/R-lpSolve, correction) Updated 5.6.18 to 5.6.20, explicit NEWS.md unknown

Previous commit message was wrong, sorry, let me correct.
Also TEST_DEPENDS+=  updated, now make test passed.
This commit is contained in:
mef 2024-01-21 13:37:42 +00:00
parent 996e4e7ebf
commit def19b475a
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2024/01/21 13:21:40 mef Exp $
# $NetBSD: Makefile,v 1.5 2024/01/21 13:37:42 mef Exp $
R_PKGNAME= lpSolve
R_PKGVER= 5.6.20
@ -8,7 +8,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
LICENSE= gnu-lgpl-v2
DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c