summaryrefslogtreecommitdiff
path: root/math/pari
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-01-05 10:57:11 +0000
committerrichard <richard@pkgsrc.org>2014-01-05 10:57:11 +0000
commitb2700997e54175a4dd452d7bba3a2616a06d0871 (patch)
tree86db422210136ad2d482da944ec89797e89845d4 /math/pari
parentfbf1848f7999e5fb10bd27f2ebd27b9c9873d56e (diff)
downloadpkgsrc-b2700997e54175a4dd452d7bba3a2616a06d0871.tar.gz
add missing dependencies to build when option x11 is present
Diffstat (limited to 'math/pari')
-rw-r--r--math/pari/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/options.mk b/math/pari/options.mk
index 79a513f84a4..9a5994fe385 100644
--- a/math/pari/options.mk
+++ b/math/pari/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2012/11/21 00:47:52 gdt Exp $
+# $NetBSD: options.mk,v 1.9 2014/01/05 10:57:11 richard Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pari
PKG_SUPPORTED_OPTIONS= doc gmp x11
@@ -34,6 +34,8 @@ CONFIGURE_ARGS+= --with-fltk=${PREFIX}
CONFIGURE_ENV+= X11BASE=${X11BASE}
CONFIGURE_ENV+= Xincroot=${X11BASE}/include
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/fltk13/buildlink3.mk"
.else
CONFIGURE_ARGS+= --graphic=none