diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-14 17:01:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-14 17:01:59 +0800 |
commit | 933d33d24a98a70ab1d8376d9225685a94e1fc1f (patch) | |
tree | 2c424334cb7c0a887cbd01710aa5978b1554cdea /math/cantor | |
parent | b95bd249f3ab218448561a48fb48ae6aabcb62b8 (diff) | |
download | freebsd-ports-gnome-933d33d24a98a70ab1d8376d9225685a94e1fc1f.tar.gz freebsd-ports-gnome-933d33d24a98a70ab1d8376d9225685a94e1fc1f.tar.zst freebsd-ports-gnome-933d33d24a98a70ab1d8376d9225685a94e1fc1f.zip |
Add an explicit dependency on pkgconf (needed for LibSpectre and Qalculate detection)
Approved by: portmgr (bapt)
Diffstat (limited to 'math/cantor')
-rw-r--r-- | math/cantor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index e42643e320d3..36a328e0bce4 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= spectre.1:${PORTSDIR}/print/libspectre \ CONFLICTS= kdeedu-4.[0-6].* USE_KDE4= kdehier kdelibs kdeprefix automoc4 -USES= cmake:outsource +USES= cmake:outsource pkgconfig USE_QT4= corelib qtestlib_build xml xmlpatterns \ moc_build qmake_build rcc_build uic_build USE_XZ= yes |