diff options
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index c1ad67b737ea..25e3cf073334 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -28,9 +28,7 @@ LICENSE= PD FLAVORS= default icu tcl FLAVOR?= ${FLAVORS:[1]} icu_PKGNAMESUFFIX= -${FLAVOR} # databases/p5-DBD-SQLite with ICU support -icu_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-tcl tcl_PKGNAMESUFFIX= -${FLAVOR} # lang/tcl* support -tcl_CONFLICTS_INSTALL= ${PORTNAME} ${PORTNAME}-icu .endif USES= libtool pathfix zip @@ -45,6 +43,8 @@ INSTALL_TARGET= tcl_install .endif TEST_TARGET= test +CONFLICTS_INSTALL= sqlite3 sqlite3-icu sqlite3-tcl tcl-sqlite3 # include/sqlite3.h share/examples/sqlite3/example.tcl + # The default numeric file permissions for newly created database files under unix. # If not specified, the default is 0644 which means that the files is globally # readable but only writable by the creator. |