diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-20 13:33:45 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-20 13:33:45 +0000 |
commit | 36cc64b5209803834fb36ebf6d4a37ab0694b531 (patch) | |
tree | c76eaab4a1f399ea71f3de585dddeed8012dc76c /databases | |
parent | 5bb7ce465ba3f73e72437bfb34d6b5734918f680 (diff) | |
download | ports-36cc64b5209803834fb36ebf6d4a37ab0694b531.tar.gz ports-36cc64b5209803834fb36ebf6d4a37ab0694b531.zip |
Notes
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 |