diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-23 17:59:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-23 17:59:42 +0000 |
commit | 73eeef755dd005837776db4262daf65174d636c3 (patch) | |
tree | 94c557ff63189742e05f47fa0ce88381bd0173b0 /math/pari | |
parent | 2d1fd78bd3f3ecc2101c5f0f919075c2090038d0 (diff) | |
download | pkgsrc-73eeef755dd005837776db4262daf65174d636c3.tar.gz |
Modular Xorg support.
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 |
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" |