- Convert to USES+=tcl

- Fix package provide
This commit is contained in:
gahr
2013-09-25 09:32:09 +00:00
parent 9fe1eaeaeb
commit 9fe596bfd0
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -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
View File
@@ -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]