diff options
Diffstat (limited to 'databases/postgresql82-server/Makefile')
-rw-r--r-- | databases/postgresql82-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile index 88390558e91c..1ecbe7ffc3f9 100644 --- a/databases/postgresql82-server/Makefile +++ b/databases/postgresql82-server/Makefile @@ -97,7 +97,7 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off # . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:268 +# USE_AUTOTOOLS= autoconf # CONFIGURE_ARGS+=--with-icu # LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu # PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu |