mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
6 lines
223 B
Text
6 lines
223 B
Text
SAGE_SPKG_CONFIGURE([linbox], [
|
|
SAGE_SPKG_DEPCHECK([gmp givaro fflas-ffpack], [
|
|
dnl checking with pkg-config
|
|
PKG_CHECK_MODULES([LINBOX], [linbox >= 1.6.3], [], [sage_spkg_install_linbox=yes])
|
|
])
|
|
])
|