mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Convert to USES+=tcl
- Fix package provide
This commit is contained in:
@@ -10,8 +10,7 @@ MASTER_SITES= http://www.sqlite.org/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An SQL database engine in a C library
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= YES
|
||||
USES= gmake pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= YES
|
||||
|
||||
@@ -30,11 +29,11 @@ NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MTCL}
|
||||
USE_TCL= 84+
|
||||
USES+= tcl
|
||||
.else
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
USE_TCL_BUILD= 84+
|
||||
. endif
|
||||
USES+= tcl:build
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@@ -1 +1 @@
|
||||
package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite.so] sqlite]
|
||||
package ifneeded sqlite 2.0 [list load [file join $dir libtclsqlite.so] sqlite]
|
||||
|
||||
Reference in New Issue
Block a user