diff options
author | skv <skv@FreeBSD.org> | 2006-09-20 21:33:45 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2006-09-20 21:33:45 +0800 |
commit | f60bbc07db3d0a1da321d9baf31604477eb7c625 (patch) | |
tree | f71cbae990b7d1a6e6703b719954c7dd9dcf9a6b /databases | |
parent | 3b04ab8deaacccfe1f8f27775225f6472bbd4647 (diff) | |
download | freebsd-ports-gnome-f60bbc07db3d0a1da321d9baf31604477eb7c625.tar.gz freebsd-ports-gnome-f60bbc07db3d0a1da321d9baf31604477eb7c625.tar.zst freebsd-ports-gnome-f60bbc07db3d0a1da321d9baf31604477eb7c625.zip |
Prepare for ICU 3.6
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird2-server/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 86870a9cbf6a..17d5a4d49cca 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -64,7 +64,7 @@ UDF_SO= ib_udf.so UDF_SQL= src/extlib/ib_udf2.sql .else # Client part stuff -LIB_DEPENDS= icuuc.34:${PORTSDIR}/devel/icu +LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu AUTOGENARGS= --with-editline diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 86870a9cbf6a..17d5a4d49cca 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -64,7 +64,7 @@ UDF_SO= ib_udf.so UDF_SQL= src/extlib/ib_udf2.sql .else # Client part stuff -LIB_DEPENDS= icuuc.34:${PORTSDIR}/devel/icu +LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu AUTOGENARGS= --with-editline |