diff options
| author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
|---|---|---|
| committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
| commit | 818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch) | |
| tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /net/tnftp | |
| parent | e221de4390166c39bc8b5b1a7496333f0650a731 (diff) | |
| download | pkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.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')
| -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]) |
