summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorreinoud <reinoud@pkgsrc.org>2012-04-02 09:57:17 +0000
committerreinoud <reinoud@pkgsrc.org>2012-04-02 09:57:17 +0000
commit93ff72f1e210c89c914cdd5e9e3eefe6ca5db4e8 (patch)
treebb3ae5f48c33e5cec5e5aed03d7be08ab79f0def /math
parent563b5178f5ad5fb7025970aef5d0fb573607a14e (diff)
downloadpkgsrc-93ff72f1e210c89c914cdd5e9e3eefe6ca5db4e8.tar.gz
Add dependency on qt4-tools to counter installation problems
Diffstat (limited to 'math')
-rw-r--r--math/cgal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index ea9ac16053d..350ba1d75a1 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2012/03/03 00:12:26 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/04/02 09:57:17 reinoud Exp $
#
PKGNAME= cgal-3.9
DISTNAME= CGAL-3.9
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= math
MASTER_SITES= https://gforge.inria.fr/frs/download.php/29125/
@@ -23,4 +23,5 @@ USE_LANGUAGES= c c++
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../math/mpfr/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"