summaryrefslogtreecommitdiff
path: root/databases/sqlite3-tcl
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
committerryoon <ryoon@pkgsrc.org>2013-07-15 02:02:17 +0000
commit818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch)
tree7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /databases/sqlite3-tcl
parente221de4390166c39bc8b5b1a7496333f0650a731 (diff)
downloadpkgsrc-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 'databases/sqlite3-tcl')
-rw-r--r--databases/sqlite3-tcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile
index 05428e3fa77..cb68898feb4 100644
--- a/databases/sqlite3-tcl/Makefile
+++ b/databases/sqlite3-tcl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2013/05/20 19:17:15 adam Exp $
+# $NetBSD: Makefile,v 1.48 2013/07/15 02:02:20 ryoon Exp $
DISTNAME= sqlite-autoconf-3071700
PKGNAME= sqlite3-tcl-3.7.17
@@ -22,6 +22,6 @@ PLIST_SUBST+= TCL_TRIM_DOTS=${PKGVERSION_NOREV:S/.//g}
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.6.10
.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"