diff options
author | jhale <jhale@FreeBSD.org> | 2016-10-16 19:06:52 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-10-16 19:06:52 +0800 |
commit | 595d214224b603e5dd6f84bb47bc7adab59b73f5 (patch) | |
tree | 1db9ff7367a14138f1f9e69a54e4501a8db18028 /math/qalculate | |
parent | 05e4496e15ce33a5c0447cc04fd83edb662a7064 (diff) | |
download | freebsd-ports-gnome-595d214224b603e5dd6f84bb47bc7adab59b73f5.tar.gz freebsd-ports-gnome-595d214224b603e5dd6f84bb47bc7adab59b73f5.tar.zst freebsd-ports-gnome-595d214224b603e5dd6f84bb47bc7adab59b73f5.zip |
Add missing pkgconfig dependency
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 9d8f0762b4b0..94ee37072a3c 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 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} |