Date: Sun, 16 Oct 2016 11:06:52 +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: r424057 - head/math/qalculate Message-ID: <201610161106.u9GB6qBd041227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sun Oct 16 11:06:52 2016 New Revision: 424057 URL: https://svnweb.freebsd.org/changeset/ports/424057 Log: Add missing pkgconfig dependency Modified: head/math/qalculate/Makefile Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Sun Oct 16 11:01:29 2016 (r424056) +++ head/math/qalculate/Makefile Sun Oct 16 11:06:52 2016 (r424057) @@ -17,7 +17,7 @@ LIB_DEPENDS= libcln.so:math/cln \ RUN_DEPENDS= gnuplot:math/gnuplot \ wget:ftp/wget -USES= autoreconf gettext gmake libtool:build localbase +USES= autoreconf gettext gmake libtool:build localbase pkgconfig 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?201610161106.u9GB6qBd041227>