mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- Take maintainership. PR: 247298 Submitted by: /me Approved by: stephen (previous maintainer) Differential Revision: D24195
6 lines
198 B
Text
6 lines
198 B
Text
SAGE_SPKG_CONFIGURE([ecl], [
|
|
AC_PATH_PROG([ECL], [ecl])
|
|
AS_IF([test x$ECL = x], [
|
|
AC_MSG_NOTICE([ecl not found. Installing ecl])
|
|
sage_spkg_install_ecl=yes])
|
|
])
|