diff options
author | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
commit | fd8c019229d4b29e8e415f22be25569d8ab78010 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /net/tnftp/Makefile | |
parent | e630d8b83638d5a20b11327b52b062465bc057c0 (diff) | |
download | pkgsrc-fd8c019229d4b29e8e415f22be25569d8ab78010.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'net/tnftp/Makefile')
-rw-r--r-- | net/tnftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index c6d7df6eb70..d8614fdb1ad 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/02/16 09:34:38 obache Exp $ +# $NetBSD: Makefile,v 1.32 2013/07/15 02:02:27 ryoon Exp $ DISTNAME= tnftp-20070806 SVR4_PKGNAME= tnftp @@ -31,12 +31,12 @@ do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} @${RM} -f ${WRKSRC}/INSTALL -# Use readline/builtin.mk to check for an editline library on the +# Use mk/readline.builtin.mk to check for an editline library on the # system. If we use the system editline library, then use the built-in # termcap library. # CHECK_BUILTIN.readline:= yes -.include "../../devel/readline/builtin.mk" +.include "../../mk/readline.builtin.mk" CHECK_BUILTIN.readline:= no .if !empty(BUILTIN_LIB_FOUND.edit:M[yY][eE][sS]) |