*** ports/databases/postgresql-contrib/Makefile Thu Oct 27 14:19:17 2005 --- ports/databases/postgresql-contrib/Makefile.fix Thu Oct 27 14:18:36 2005 *************** *** 26,31 **** --- 26,32 ---- # Setting/finding PostgreSQL version we want. .if exists(${LOCALBASE}/bin/pg_config) PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' + CONFIGURE_ARGS!=${LOCALBASE}/bin/pg_config --configure .else PGSQL_VER= ${DEFAULT_PGSQL_VER} .endif