be sure to depend on tcl-8.4
This commit is contained in:
parent
61a1f85618
commit
f558671522
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2006/06/17 09:09:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2006/07/07 21:22:03 sturm Exp $
|
||||
|
||||
COMMENT= "Embedded SQL implementation"
|
||||
COMMENT-tcl= "TCL bindings for Sqlite3"
|
||||
V= 3.3.6
|
||||
DISTNAME= sqlite-${V}
|
||||
PKGNAME= sqlite3-${V}
|
||||
PKGNAME-tcl= sqlite3-tcl-${V}
|
||||
PKGNAME-tcl= sqlite3-tcl-${V}p0
|
||||
CATEGORIES= databases
|
||||
SHARED_LIBS= sqlite3 8.6
|
||||
|
||||
@ -50,12 +50,12 @@ SUBPACKAGE?=
|
||||
.if defined(PACKAGING)
|
||||
. if ${SUBPACKAGE} == "-tcl"
|
||||
LIB_DEPENDS= sqlite3.8.6::databases/sqlite3 \
|
||||
tcl84.1.0::lang/tcl/8.4
|
||||
tcl84.1.0:tcl-8.4.*:lang/tcl/8.4
|
||||
. endif
|
||||
.else
|
||||
. if ${MULTI_PACKAGES:M-tcl}
|
||||
CONFIGURE_ARGS+=--with-tcl=${LOCALBASE}/lib/tcl8.4
|
||||
LIB_DEPENDS= tcl84.1.0::lang/tcl/8.4
|
||||
LIB_DEPENDS= tcl84.1.0:tcl-8.4.*:lang/tcl/8.4
|
||||
REGRESS_TARGET= test
|
||||
. else
|
||||
CONFIGURE_ARGS+=--disable-tcl
|
||||
|
Loading…
x
Reference in New Issue
Block a user