Date: Sat, 15 Oct 2016 09:46:02 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424010 - head/math/qalculate Message-ID: <201610150946.u9F9k2Dx067225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Oct 15 09:46:02 2016 New Revision: 424010 URL: https://svnweb.freebsd.org/changeset/ports/424010 Log: Fix build: configure.ac:28: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:28: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1 *** Error code 1 Reported by: pkg-fallout Modified: head/math/qalculate/Makefile Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sat Oct 15 09:03:46 2016 (r424009) +++ head/math/qalculate/Makefile Sat Oct 15 09:46:02 2016 (r424010) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake localbase +USES= autoreconf gettext gmake libtool:build localbase USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610150946.u9F9k2Dx067225>