svn commit: r424057 - head/math/qalculate

Jason E. Hale jhale at FreeBSD.org
Sun Oct 16 11:06:53 UTC 2016


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}


More information about the svn-ports-all mailing list