diff options
author | jhale <jhale@FreeBSD.org> | 2016-10-15 17:46:02 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-10-15 17:46:02 +0800 |
commit | 46f2395e81c9d4014e28e3653c174bdef3b344c8 (patch) | |
tree | 8a102d7229c516f138019d3565515052d9377460 /math/qalculate | |
parent | d1032bdf1b322d30864d0dd52bf345c2eb4dcb2c (diff) | |
download | freebsd-ports-gnome-46f2395e81c9d4014e28e3653c174bdef3b344c8.tar.gz freebsd-ports-gnome-46f2395e81c9d4014e28e3653c174bdef3b344c8.tar.zst freebsd-ports-gnome-46f2395e81c9d4014e28e3653c174bdef3b344c8.zip |
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
Diffstat (limited to 'math/qalculate')
-rw-r--r-- | math/qalculate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 41324750b2d4..9d8f0762b4b0 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -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} |