diff options
author | grant <grant@pkgsrc.org> | 2003-09-27 17:07:34 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-27 17:07:34 +0000 |
commit | 7a71199b50dc0a407152f447b1b30e018a204b91 (patch) | |
tree | 98d26898906da29a444ed0a29822dcbe33691639 /math/pari | |
parent | 1f409dd46ac0eb5ce3a7aa3a423944348840ad52 (diff) | |
download | pkgsrc-7a71199b50dc0a407152f447b1b30e018a204b91.tar.gz |
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
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 928552636e9..2f466d13cb1 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/21 16:57:14 martti Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/27 17:07:37 grant Exp $ DISTNAME= pari-2.1.5 PKGREVISION= 1 @@ -26,7 +26,7 @@ CONFIGURE_ENV+= X11BASE=${X11BASE} TEST_TARGET= test-compat bench -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../devel/readline/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |