diff options
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 9521ef1d6ce8..0d66218dec05 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,5 +1,8 @@ PORTNAME= sqlite3 DISTVERSION= 3.50.2 +# SECURITY WARNING: when updating this port, also file vuxml entry +# for ports/databases/linux-c7-sqlite3 (but mind it has a different EPOCH) +# and coordinate with ports/emulators/linux_base which also ships sqlite3. PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases @@ -31,7 +34,7 @@ icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support .endif -USES= libtool ncurses pathfix zip +USES= libtool ncurses zip USE_LDCONFIG= yes HAS_CONFIGURE= yes |