summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-23 17:59:42 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-23 17:59:42 +0000
commit73eeef755dd005837776db4262daf65174d636c3 (patch)
tree94c557ff63189742e05f47fa0ce88381bd0173b0 /math
parent2d1fd78bd3f3ecc2101c5f0f919075c2090038d0 (diff)
downloadpkgsrc-73eeef755dd005837776db4262daf65174d636c3.tar.gz
Modular Xorg support.
Diffstat (limited to 'math')
-rw-r--r--math/pari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index 4a7dd72b6f3..5f68eeb89ef 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/09/19 22:57:18 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2007/01/23 17:59:42 joerg Exp $
DISTNAME= pari-2.1.6
PKGREVISION= 2
@@ -31,6 +31,6 @@ TEST_TARGET= test-compat bench
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"