summaryrefslogtreecommitdiff
path: root/math/pari/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/Makefile')
-rw-r--r--math/pari/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile
index b2d7447d6c2..1f6b9ed36fb 100644
--- a/math/pari/Makefile
+++ b/math/pari/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:30 tv Exp $
+# $NetBSD: Makefile,v 1.25 2005/06/01 18:03:03 jlam Exp $
DISTNAME= pari-2.1.5
PKGREVISION= 4
@@ -13,7 +13,6 @@ COMMENT= Software package for computer-aided number theory
BUILD_DEPENDS+= teTeX-[0-9]*:../../print/teTeX
USE_LIBTOOL= yes
-USE_X11= yes
USE_GNU_READLINE= # rl_save_prompt
HAS_CONFIGURE= yes
@@ -28,4 +27,5 @@ TEST_TARGET= test-compat bench
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"