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 | 8ab3c55d2a10e9942199c1b1e3e2e7ddb9ed4e73 (patch) | |
tree | 98d26898906da29a444ed0a29822dcbe33691639 /textproc | |
parent | d3607354857bdfce76804401d74b5a28d0610c04 (diff) | |
download | pkgsrc-8ab3c55d2a10e9942199c1b1e3e2e7ddb9ed4e73.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 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/urlview/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 870a5ed1f49..24c91dd5a04 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/19 10:55:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/27 17:07:38 grant Exp $ # DISTNAME= aspell-0.50.3 @@ -32,5 +32,5 @@ REPLACE_PERL= scripts/aspell-import post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 4528a25ab66..330ccb6079d 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:27:54 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/27 17:07:38 grant Exp $ DISTNAME= urlview-0.9 PKGREVISION= 1 @@ -14,5 +14,5 @@ COMMENT= Extract URLs from text files and display them in a menu GNU_CONFIGURE= yes USE_BUILDLINK2= yes -.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/curses.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |