summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgrant <grant>2003-09-27 17:07:34 +0000
committergrant <grant>2003-09-27 17:07:34 +0000
commitfd74ad5fe7440959a05e75aa5bf46634c0285994 (patch)
tree98d26898906da29a444ed0a29822dcbe33691639 /print
parentfda64c468379ab3df1e1592e1151de5691ca383a (diff)
downloadpkgsrc-fd74ad5fe7440959a05e75aa5bf46634c0285994.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 'print')
-rw-r--r--print/teTeX2-bin/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX2-bin/Makefile.common b/print/teTeX2-bin/Makefile.common
index 930654e9ac9..7275edeb1db 100644
--- a/print/teTeX2-bin/Makefile.common
+++ b/print/teTeX2-bin/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2003/07/30 10:41:26 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.4 2003/09/27 17:07:38 grant Exp $
TETEX_BIN_VERS= 2.0.2
DIST_SUBDIR= teTeX
@@ -59,4 +59,4 @@ OWN_DIRS_PERMS+= ${TEXFONTSDIR}/tfm ${ROOT_USER} ${ROOT_GROUP} 1777
.include "../../graphics/png/buildlink2.mk"
.include "../../fonts/t1lib/buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/curses.buildlink2.mk"