diff options
Diffstat (limited to 'databases/tcl-sqlite3')
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 30fd712d19ff..1615bfd0eaf0 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -10,10 +10,7 @@ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) -LICENSE= public -LICENSE_NAME= Public Domain -LICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 |